-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "break-the-code",
"version": "1.0.0",
"description": "Software engineering experiment tool",
"scripts": {
"start": "node ./server/start_server.js",
"build": "node r.js -o build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shulamyt/break-the-code.git"
},
"author": "Shulamyt Ajamy",
"license": "ISC",
"bugs": {
"url": "https://github.com/shulamyt/break-the-code/issues"
},
"homepage": "https://github.com/shulamyt/break-the-code",
"dependencies": {
"angular": "^1.3.15",
"angular-route": "^1.3.15",
"body-parser": "^1.12.4",
"diff": "^1.4.0",
"express": "^4.12.3",
"fs-readfile-promise": "^2.0.0",
"jquery": "^2.1.4",
"js-beautify": "^1.5.10",
"lambda-js": "^0.1.5",
"mongoose": "^4.0.3",
"node-dir": "^0.1.10",
"pg": "^7.3.0",
"q": "^1.4.1",
"requirejs": "^2.1.17",
"chance" : "^0.8.0"
},
"devDependencies": {
"babel-core": "^5.2.17"
}
}