-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 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
64
65
66
67
68
69
70
{
"name": "z",
"version": "0.0.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/ziyadparekh/z",
"bugs": "https://github.com/ziyadparekh/z/issues",
"author": {
"name": "Ziyad Parekh",
"email": "",
"url": "https://github.com/ziyadparekh"
},
"repository": {
"type": "git",
"url": "git://github.com/ziyadparekh/z.git"
},
"dependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"babel-runtime": "^4.7.16",
"backbone-base-and-form-view": "^0.8.0",
"flux": "^2.0.1",
"istanbul": "^0.3.8",
"istanbul-instrumenter-loader": "^0.1.2",
"jquery": "^2.1.1",
"keymaster": "^1.6.2",
"node-event-emitter": "0.0.1",
"react": "^0.13.1",
"react-bootstrap": "^0.17.0",
"swig": "^1.4.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"ejs": "^0.8.5",
"mysql": "*",
"async": "*",
"moment": "^2.5.1",
"marked": "~0.3.2",
"body-parser": "*",
"toobusy": "^0.2.4",
"express": "*",
"errorhandler": "^1.2.0",
"morgan": "^1.3.1",
"glob": "^4.3.1",
"gulp": "^3.8.10",
"gulp-util": "^3.0.1",
"gulp-minify-css": "^0.3.0",
"gulp-sass": "~0.7.1",
"gulp-tap": "~0.1.1",
"jasmine-core": "^2.1.2",
"jstransform": "^8.2.0",
"jstransform-loader": "^0.2.0",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"less": "^2.1.1",
"node-underscorify": "0.0.12",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1",
"webpack": "^1.4.13",
"webpack-compile-templates": "^0.1.3",
"webpack-dev-server": "^1.6.6"
},
"engines": {
"node": ">=0.8.0"
}
}