This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
87 lines (87 loc) · 2.56 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "plunker-legacy-www",
"subdomain": "plunker-legacy-www",
"domains": [
"plnkr.co",
"plunker.co"
],
"scripts": {
"docker:build": "gcloud docker -- build -t gcr.io/$(gcloud config list project --format 'value(core.project)' 2> /dev/null)/$(node -e 'var p=require(\"./package.json\");console.log(`${p.name}:${p.version}`)') .",
"docker:push": "gcloud docker -- push gcr.io/$(gcloud config list project --format 'value(core.project)' 2> /dev/null)/$(node -e 'var p=require(\"./package.json\");console.log(`${p.name}:${p.version}`)')",
"start": "node server.js",
"build": "NODE_ENV=production grunt build",
"release": "grunt release",
"version": "npm run build",
"postversion": "npm run docker:build && npm run docker:push"
},
"engines": {
"node": "4.8.x",
"npm": "2.x"
},
"version": "1.2.0",
"private": true,
"description": "The code powering the public facing component of http://plnkr.co",
"main": "server.js",
"dependencies": {
"JSONStream": "0.4.x",
"ace": "git://github.com/ajaxorg/ace#v1.2.2",
"amd-loader": "0.0.5",
"authom": "^0.4.36",
"bluebird": "^2.2.2",
"bluebird-lru-cache": "^0.1.0",
"body-parser": "^1.5.2",
"coffee-script": "^1.10.0",
"compression": "^1.0.9",
"concat-stream": "^1.4.6",
"connect-assets": "^5.2.1",
"cookie-parser": "^1.3.2",
"errorhandler": "^1.1.1",
"event-stream": "3.0.x",
"express": "^4.7.2",
"express-state": "^1.2.0",
"forever-monitor": "^1.2.3",
"fs-extra": "^0.30.0",
"hbs": "~2.4.0",
"jade": "~0.27.6",
"less": "^1.7.5",
"mime": "~1.2.7",
"morgan": "^1.2.2",
"morph": "^0.2.0",
"nconf": "~0.6.4",
"prerender-node": "~1.0.0",
"request": "~2.11.4",
"secure-filters": "~1.0.4",
"serve-static": "^1.10.0",
"xmlbuilder": "0.4.x"
},
"devDependencies": {
"brfs": "0.0.8",
"browserify": "~2.35.4",
"caching-coffeeify": "~0.3.0",
"coffee-script": "~1.6.3",
"csswring": "^5.0.0",
"grunt": "~0.4.2",
"grunt-browserify": "~1.2.11",
"grunt-bump": "0.0.11",
"grunt-cli": "^0.1.13",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "~0.4.5",
"grunt-lib-contrib": "~0.6.1",
"less": "~1.3.3",
"postcss": "^5.0.21",
"rimraf": "~2.2.2",
"uglify-js": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/filearts/plunker_www.git"
},
"keywords": [
"plunker",
"plnkr"
],
"author": "Geoff Goodman",
"license": "MIT"
}