forked from filearts/plunker_run
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 934 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-run",
"subdomain": "plunker-run",
"domains": [
"run.plnkr.co"
],
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.10.x"
},
"version": "0.3.21",
"private": true,
"dependencies": {
"6to5": "^2.9.3",
"LiveScript": "*",
"coffee-script": "1.6.x",
"express": "3.x",
"forever-monitor": "^1.2.3",
"genid": "0.1.x",
"gzippo": "0.1.x",
"jade": "*",
"json-schema": "https://github.com/kriszyp/json-schema/tarball/master",
"lactate": "~0.13.12",
"less": "*",
"lru-cache": "1.1.x",
"marked": "*",
"mime": "*",
"nconf": "0.5.x",
"nib": "*",
"node-ga": "0.1.x",
"node-sass": "~0.6.7",
"request": "2.x",
"sass": "~0.5.0",
"stylus": "*",
"traceur": "0.0.10",
"typescript-wrapper": "*",
"uglify-js": "2.3.x",
"underscore": "1.3.x"
},
"bundledDependencies": [
"json-schema"
]
}