-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1010 Bytes
/
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
{
"name": "timerec",
"version": "1.0.0",
"description": "",
"dependencies": {},
"devDependencies": {
"del": "1.1.0",
"event-stream": "3.2.2",
"gulp": "3.8.10",
"gulp-add-src": "0.2.0",
"gulp-angular-templatecache": "1.5.0",
"gulp-combine-media-queries": "0.2.0",
"gulp-concat": "2.4.2",
"gulp-debug": "2.0.0",
"gulp-filter": "2.0.0",
"gulp-htmlmin": "^1.0.0",
"gulp-jshint": "1.9.0",
"gulp-less": "2.0.1",
"gulp-load-plugins": "0.8.0",
"gulp-minify-css": "0.3.11",
"gulp-ng-annotate": "0.4.3",
"gulp-order": "1.1.1",
"gulp-replace": "0.5.2",
"gulp-rev": "2.0.1",
"gulp-rev-replace": "0.3.1",
"gulp-uglify": "1.0.2",
"gulp-useref": "1.0.2",
"gulp-util": "3.0.2",
"gulp-watch": "3.0.0",
"jshint-stylish": "1.0.0",
"path": "0.11.14",
"require-dir": "^0.1.0",
"run-sequence": "1.0.2",
"streamqueue": "0.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}