-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.55 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
56
57
58
59
60
61
62
63
{
"name": "masterpkg",
"version": "0.0.25",
"description": "Utilities to manage master framework.",
"main": "master.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordi Baylina",
"license": "MIT",
"dependencies": {
"async": "^1.5.0",
"bower": "^1.6.8",
"browserify": "^12.0.1",
"chai": "3.5.0",
"chalk": "^1.1.1",
"connect-history-api-fallback": "^1.1.0",
"connect-modrewrite": "^0.8.5",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-angular-gettext": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-git": "^2.4.2",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-util": "^3.0.7",
"jade": "^1.11.0",
"karma": "^0.13.21",
"karma-browserify": "5.0.2",
"karma-chai": "0.1.0",
"karma-firefox-launcher": "0.1.7",
"karma-mocha": "0.2.2",
"karma-mocha-reporter": "^1.2.2",
"karma-requirejs": "0.2.5",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "2.4.5",
"nconf": "^0.7.1",
"node-sass": "^3.4.2",
"npm": "^3.4.1",
"pretty-hrtime": "^1.0.1",
"requirejs": "2.1.22",
"rimraf": "^2.4.4",
"run-sequence": "^1.1.4",
"umask": "^1.1.0",
"underscore": "^1.8.3",
"watchify": "3.7.0",
"winston": "^0.9.0"
},
"optionalDependencies": {
"node-windows": "^0.1.7"
},
"bin": {
"masterpkg": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jbaylina/master.git"
},
"devDependencies": {}
}