forked from VasilioRuzanni/angular-modelizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 933 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "angular-modelizer",
"version": "0.2.26",
"description": "Lightweight and simple models for AngularJS",
"main": "./dist/angular-modelizer.min.js",
"filename": "angular-modelizer.min.js",
"homepage": "https://github.com/VasilioRuzanni/angular-modelizer",
"author": "Vasilio Ruzanni <vasilioruzanni@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/VasilioRuzanni/angular-modelizer.git"
},
"engines": {
"node": " >= 0.10"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-concat": "^2.2.0",
"gulp-jshint": "^1.5.5",
"gulp-load-plugins": "^0.5.1",
"gulp-plumber": "^0.6.1",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.6.3",
"gulp-size": "^0.3.1",
"gulp-uglify": "^0.3.0",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.4",
"jshint-stylish": "^0.2.0",
"lazypipe": "^0.2.1",
"run-sequence": "^0.3.6"
}
}