forked from filearts/plunker_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1006 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
40
41
42
43
44
45
{
"name": "plunker-api",
"subdomain": "plunker-api",
"domains": [
"api.plnkr.co",
"api.plunker.co"
],
"version": "0.4.1-11",
"private": true,
"description": "The RESTful backend that powers Plunker",
"main": "server.js",
"dependencies": {
"underscore": "~1.4.4",
"analytics-node": "~0.3.0",
"mime": "~1.2.9",
"mongoose": "~3.6.0",
"express": "~3.1.0",
"request": "~2.16.6",
"cors": "~0.0.5",
"url": "~0.7.9",
"json-gate": "~0.8.21",
"nconf": "~0.6.7",
"genid": "~0.1.0",
"googlediff": "~0.1.0",
"semver": "~1.1.4",
"nodefly": "~0.1.34",
"memwatch": "~0.2.2"
},
"devDependencies": {
"coffee-script": "~1.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "0.8.x"
},
"repository": {
"type": "git",
"url": "git://github.com/filearts/plunker_api.git"
},
"author": "Geoffrey Goodman",
"license": "MIT"
}