-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 KB
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
{
"name": "webapp",
"version": "0.0.0",
"description": "TimeSeries Web application",
"main": "./lib/index.js",
"bin": {
"webapp": "start.js"
},
"scripts": {
"test": "mocha test"
},
"keywords": [
"http",
"timeseries",
"database"
],
"author": "Martin LEGRIS, Sacha MASSON",
"license": "MIT",
"dependencies": {
"body-parser": "~1.0.0",
"coffee-script": "latest",
"connect-coffee-script": "latest",
"connect-dojo": "latest",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"errorhandler": "~1.2.2",
"express": "~4.2.0",
"express-session": "latest",
"jade": "~1.3.0",
"method-override": "latest",
"morgan": "~1.0.0",
"nib": "latest",
"serve-favicon": "latest",
"serve-index": "latest",
"serve-static" : "latest",
"stylus": "latest",
"rimraf": "latest",
"level": "latest"
},
"devDependencies": {
"should": "latest",
"mocha": "latest",
"should": ">= 0.0.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register tests"
}
}