-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1000 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1000 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
34
35
36
37
38
{
"name": "hyperlink",
"private": true,
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"event-stream": "^3.1.5",
"gulp": "^3.8.0",
"gulp-add-src": "^0.1.1",
"gulp-angular-templatecache": "^1.2.1",
"gulp-clean": "^0.3.0",
"gulp-cleanhtml": "0.0.2",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^0.4.1",
"gulp-if": "^1.2.1",
"gulp-jshint": "^1.6.2",
"gulp-load-plugins": "^0.5.1",
"gulp-minify-css": "^0.3.4",
"gulp-ruby-sass": "^0.5.0",
"gulp-size": "^0.4.0",
"gulp-strip-debug": "^0.3.0",
"gulp-uglify": "^0.3.0",
"gulp-useref": "^0.4.4",
"gulp-zip": "^0.3.4",
"jshint-stylish": "^0.2.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-jasmine-ajax": "^0.1.4",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.14"
},
"engines": {
"node": ">=0.8.0"
}
}