-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "cee",
"version": "0.0.0",
"description": "Interactive educational activities by Bocoup and the Council for Economic Education",
"main": "src/index.js",
"scripts": {
"build": "grunt build",
"install": "bower install",
"start": "grunt prod",
"start-dev": "grunt dev",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/councilforeconed/cee.git"
},
"author": "",
"bugs": {
"url": "https://github.com/councilforeconed/cee/issues"
},
"private": "true",
"homepage": "https://github.com/councilforeconed/cee",
"dependencies": {
"amdefine": "^0.1.0",
"cloak": "^0.2.5",
"commander": "~2.1.0",
"debug": "~0.7.4",
"express": "~3.4.8",
"express-resource": "~1.0.0",
"http-proxy": "~1.12.0",
"jade": "~1.1.5",
"lodash": "~2.4.1",
"readable-stream": "^1.0.26-2",
"socket.io": "~0.9.16",
"requirejs": "^2.1.11",
"nodemailer": "^0.6.1",
"through2": "^0.4.1",
"through2-reduce": "^0.2.3",
"when": "~2.8.0"
},
"devDependencies": {
"bower": "^1.7.0",
"chai": "~1.9.0",
"grunt": "~0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-testem": "~0.5.15",
"grunt-testem": "~0.5.1",
"mocha": "~1.18.2",
"request": "~2.34.0",
"sinon": "~1.9.0",
"socket.io-client": "~0.9.16",
"through2-spy": "^1.1.1"
}
}