forked from filearts/plunker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 773 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
{
"name": "plunker",
"subdomain": "plunker",
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.6.x"
},
"version": "0.3.13-4",
"private": true,
"dependencies": {
"coffee-script": "1.3.x",
"express": "2.5.x",
"gzippo": "0.1.x",
"jade": "0.25.x",
"less": "1.3.x",
"mime": "1.2.x",
"underscore": "1.3.x",
"backbone": "0.9.x",
"connect-assets": "2.2.x",
"share": "0.5.x",
"express-subdomains": "0.0.x",
"authom": "0.4.x",
"nconf": "0.5.x",
"json-schema": "https://github.com/kriszyp/json-schema/tarball/master",
"request": "2.9.x",
"connect": "1.x",
"async": "0.1.x",
"mongoose": "3.0.x",
"lru-cache": "1.1.x"
},
"bundledDependencies": [
"json-schema"
]
}