-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 875 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
{
"name": "prepare",
"description": "PHP for today's web: simple server-side JavaScript execution",
"keywords": [
"php"
],
"version": "0.0.6",
"author": {
"name": "Nardi Lam",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/nardi/preparejs.git"
},
"preferGlobal": true,
"bin": "./main.js",
"main": "./prepare.js",
"dependencies": {
"body-parser": "1.9.2",
"connect": "https://registry.npmjs.org/connect/-/connect-3.3.2.tgz",
"fibrous": "^0.3.3",
"jsdom": "^1.2.1",
"morgan": "https://registry.npmjs.org/morgan/-/morgan-1.5.0.tgz",
"node-fastcgi": "nardi/node-fastcgi",
"optimist": "^0.6.1",
"serve-static": "https://registry.npmjs.org/serve-static/-/serve-static-1.7.1.tgz",
"uglify-js": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.15.tgz"
}
}