-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.32 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
{
"name": "eagle",
"version": "0.2.0",
"description": "Exam Analysis Graphing Layout Engine",
"author": "Adam Smith",
"main": "index.js",
"engines": {
"node": "0.10.35",
"npm": "2.7.4"
},
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"dependencies": {
"adaro": "^0.1.5",
"dustjs-helpers": "1.2.0",
"dustjs-linkedin": "2.6",
"engine-munger": "^0.2.0",
"express": "^4.3.0",
"kraken-devtools": "^1.0.0",
"kraken-js": "^1.0.1",
"localizr": "^0.1.0",
"node-sass": "0.8.4",
"requirejs": "^2.1.11",
"mysql":"*",
"body-parser": "*",
"cookie-parser": "*",
"express-session": "*",
"lusca": "*",
"mongodb": "*",
"mongoose": "*",
"monk": "*",
"socket.io": "*",
"async-waterfall": "*",
"mongo-fast-join": "*"
},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.3",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "^1.2.0",
"grunt-localizr": "^0.1.0",
"grunt-mocha-cli": "^1.5.0",
"grunt-sass": "^0.12.1",
"mocha": "^1.18.0",
"supertest": "^0.9.0"
},
"generator-kraken": {
"version": "1.1.1",
"template": "dustjs",
"css": "sass",
"js": "requirejs",
"task": "grunt"
}
}