-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 917 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 917 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
34
35
36
37
38
39
40
41
42
{
"title": "plin.co",
"name": "plin.co",
"description": "Plinko 2.0",
"version": "0.1.0",
"dependencies": {
"body-parser": "1.4.3",
"crypto": "*",
"ejs": "*",
"express": "3.4.4",
"gifencoder": "1.0.3",
"grunt-nautilus": "~0.7",
"gulp": "^3.6.2",
"gulp-sass": "^0.7.1",
"hammerjs": "~1.0",
"hogan-middleware": "0.0.1",
"jquery": "~2.1",
"knox": "*",
"markdown": "0.5.0",
"node-twitter": "0.5.2",
"phantom": "^0.7.0",
"png-js": "0.1.1",
"redis": "0.10.3",
"request": "^2.26.0",
"serialport": "1.4.2",
"socket.io": "1.0.6",
"supervisor": "0.6.0"
},
"engines": {
"node": "0.10.x"
},
"devDependencies": {},
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {},
"keywords": [],
"license": "MIT",
"author": "",
"readmeFilename": "README.md"
}