-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 961 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
{
"name": "plunker-embed",
"subdomain": "plunker-embed",
"domains": [
"embed.plnkr.co"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "server.js",
"predeploy": "coffee build.coffee"
},
"engines": {
"node": "0.8.x"
},
"version": "0.5.2-2",
"description": "The code powering the public facing component of http://embed.plnkr.co",
"main": "server.js",
"dependencies": {
"coffee-script": "~1.4.0",
"jade": "~0.27.6",
"mime": "~1.2.7",
"nconf": "~0.6.4",
"express": "~3.0.0",
"less": "~1.3.1",
"connect-assets": "~2.3.3",
"request": "2.11.4",
"lactate": "0.12.x"
},
"devDependencies": {
"rimraf": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/filearts/plunker_embed.git"
},
"keywords": [
"plunker",
"plnkr"
],
"author": "Geoff Goodman",
"license": "MIT"
}