-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "keenaudio-mogg2wav",
"version": "0.0.1",
"repository": {},
"dependencies": {
"amdefine": "^0.1.0",
"body-parser": "1.0.2",
"connect": "3.0.0",
"connect-modrewrite": "0.6.4",
"express": "4.4.3",
"glob": "^4.0.2",
"jade": "1.3.1",
"node.extend": "^1.0.10",
"socket.io": "^1.0.5",
"underscore": "^1.6.0",
"yargs": "1.2.1"
},
"devDependencies": {
"connect-livereload": "git://github.com/gadr/connect-livereload.git",
"gulp": "3.8.1",
"gulp-changed": "^0.4.0",
"gulp-clean": "0.2.4",
"gulp-clone": "^1.0.0",
"gulp-coffee": "^2.0.1",
"gulp-concat": "^2.2.0",
"gulp-concat-util": "^0.2.3",
"gulp-debug": "0.3.0",
"gulp-expect-file": "0.0.4",
"gulp-filter": "0.4.1",
"gulp-gunzip": "0.0.2",
"gulp-gzip": "0.0.8",
"gulp-jade": "^0.5.0",
"gulp-less": "^1.3.0",
"gulp-livereload": "1.3.1",
"gulp-load-plugins": "0.5.0",
"gulp-ng-html2js": "^0.1.7",
"gulp-rename": "1.2.0",
"gulp-replace": "0.2.0",
"gulp-shell": "^0.2.7",
"gulp-size": "0.3.0",
"gulp-sourcemaps": "^0.4.1",
"gulp-spawn": "^0.3.0",
"gulp-util": "2.2.14",
"gulp-watch": "0.6.2",
"run-sequence": "0.3.6",
"streamqueue": "0.0.6",
"through": "2.3.4",
"through2": "0.4.1",
"touch": "0.0.3",
"xml2js": "^0.4.4"
},
"engines": {
"node": ">=0.10.0"
}
}