-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.07 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
{
"name": "angular-my-modal",
"version": "2.0.0",
"private": true,
"type": "git",
"url": "git://github.com/stpa-co/angular-my-modal",
"dependencies": {
"browser-sync": "^1.8.2",
"chalk": "^0.5.1",
"del": "^0.1.3",
"gulp": "^3.8.0",
"gulp-file-include": "^0.7.1",
"gulp-filter": "^2.0.0",
"gulp-jshint": "^1.8.0",
"gulp-load-plugins": "^0.6.0",
"gulp-markdown": "^1.0.0",
"gulp-markdown-docs": "^0.1.0",
"gulp-ng-annotate": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-size": "^1.1.0",
"gulp-strip-debug": "1.0.1",
"gulp-uglify": "^1.0.0",
"gulp-useref": "^1.0.2",
"gulp-watch": "3.0.0",
"highlight.js": "^8.4.0",
"http-proxy": "^1.8.1",
"jshint-stylish": "^0.4.0",
"main-bower-files": "^2.0.0",
"markdown-it": "^2.1.3",
"marked": "^0.3.2",
"require-dir": "^0.1.0",
"uglify-save-license": "^0.4.1",
"wiredep": "^2.2.2"
},
"devDependencies": {
"gulp-csso": "^0.2.9"
},
"engines": {
"node": ">=0.10.0"
}
}