-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 786 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 786 Bytes
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
{
"name": "pelo",
"version": "0.1.0",
"description": "Lightning fast server-side rendering with tagged template literals",
"main": "index.js",
"scripts": {
"start": "npm run build && node server.js",
"test": "tape '**/*.test.js' && node benchmark.js",
"build": "browserify client.js > bundle.js",
"compare": "node compare.js"
},
"dependencies": {},
"devDependencies": {
"bel": "^4.6.0",
"browserify": "^14.3.0",
"html-minifier": "^3.5.6",
"nanomorph": "^5.1.3",
"standard": "^10.0.2",
"tape": "^4.8.0"
},
"homepage": "https://github.com/shuhei/pelo",
"bugs": {
"url": "https://github.com/shuhei/pelo/issues"
},
"repository": "shuhei/pelo",
"author": "Shuhei Kagawa <shuhei.kagawa@gmail.com>",
"license": "ISC"
}