-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 827 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
{
"name": "ece_ast_project",
"version": "0.0.1",
"description": "Ece class project",
"scripts": {
"start": "./bin/start",
"compile": "./bin/compile",
"test": "./bin/test test/*"
},
"author": "cesar berezowski",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"coffee": "^4.1.0",
"coffee-script": "^1.12.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jstransformer-coffee-script": "^1.1.0",
"level": "^2.0.0",
"level-session-store": "^2.1.0",
"level-writestream": "^0.1.3",
"level-ws": "^0.1.0",
"morgan": "^1.9.0",
"nodemon": "^1.12.1",
"pug": "^2.0.0-rc.4",
"pug-cli": "^1.0.0-alpha6",
"socket.io": "^2.0.4",
"stylus": "^0.54.5"
},
"devDependencies": {
"mocha": "^4.0.1",
"should": "^13.1.3"
}
}