-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 Bytes
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
{
"name": "ScaleWS",
"version": "0.0.1",
"description": "Get and process data acquired from the scale (Withings WS50)",
"private": true,
"scripts": {
"postinstall": "bower install",
"start": "grunt dev"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"dependencies": {
"express": "3.4.7",
"jade": "*",
"socket.io": "~0.9.16",
"mongoose": "~3.8.6",
"mongodb": "~1.3.23",
"sass": "~0.5.0",
"bower": "~1.2.8",
"backbone": "~1.1.2",
"underscore": "~1.6.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-express-server": "~0.4.11",
"grunt-contrib-jshint": "~0.8.0"
}
}