-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 922 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
{
"name": "xin-cli",
"version": "0.2.0",
"description": "CLI for xin (version 2) development",
"main": "serve.js",
"dependencies": {
"bluebird": "^3.4.6",
"bower": "^1.7.9",
"browser-sync": "^2.15.0",
"fs-promise": "^0.5.0",
"koa": "^1.2.4",
"koa-static": "^2.0.0",
"minimist": "^1.2.0",
"portfinder": "^1.0.7",
"sprintf-js": "^1.0.3",
"vulcanize": "^1.14.8"
},
"devDependencies": {
"eslint": "^3.5.0",
"eslint-config-standard": "^6.0.1",
"eslint-plugin-html": "^1.5.2",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0"
},
"scripts": {
"test": "eslint --ext .js,.html .",
"dev": "node bin/xin.js",
"watch": "nodemon -e 'js,json,html,md,css' -i _docs bin/xin.js",
"postinstall": "bower install"
},
"bin": {
"xin": "./bin/xin.js"
},
"author": "Ganesha <reekoheek@gmail.com>",
"license": "MIT"
}