forked from filearts/plunker_www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.62 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "plunker-www",
"subdomain": "plunker-www",
"domains": [
"plnkr.co",
"plunker.co"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "server.js",
"build": "coffee build.coffee"
},
"engines": {
"node": "0.10.x"
},
"version": "0.7.30",
"private": true,
"description": "The code powering the public facing component of http://plnkr.co",
"main": "server.js",
"dependencies": {
"coffee-script": "~1.6.x",
"jade": "~0.27.6",
"mime": "~1.2.7",
"authom": "https://github.com/ggoodman/authom/tarball/patch-1",
"nconf": "~0.6.4",
"express": "~3.0.0",
"less": "~1.3.3",
"connect-assets": "https://github.com/filearts/connect-assets/tarball/master",
"request": "~2.11.4",
"lactate": "0.13.x",
"xmlbuilder": "0.4.x",
"JSONStream": "0.4.x",
"event-stream": "3.0.x",
"express-state": "~1.0.0",
"secure-filters": "~1.0.4",
"hbs": "~2.4.0",
"prerender-node": "~1.0.0"
},
"devDependencies": {
"rimraf": "~2.2.2",
"grunt-lib-contrib": "~0.6.1",
"coffee-script": "~1.6.3",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.2",
"brfs": "0.0.8",
"grunt-contrib-uglify": "~0.2.7",
"less": "~1.3.3",
"grunt-contrib-less": "~0.8.2",
"browserify": "~2.35.4",
"grunt-browserify": "~1.2.11",
"caching-coffeeify": "~0.3.0",
"grunt-bump": "0.0.11",
"grunt-exec": "~0.4.5"
},
"repository": {
"type": "git",
"url": "https://github.com/filearts/plunker_www.git"
},
"keywords": [
"plunker",
"plnkr"
],
"author": "Geoff Goodman",
"license": "MIT"
}