UNPKG

1.25 kBJSONView Raw
1{
2 "name": "sero-cli",
3 "description": "The toolkit helps developers easily start with web development work",
4 "version": "2.3.1",
5 "homepage": "https://github.com/leftstick/Sero-cli",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/leftstick/Sero-cli"
9 },
10 "author": {
11 "name": "Howard.Zuo",
12 "email": "leftstick@qq.com",
13 "url": "https://github.com/leftstick"
14 },
15 "keywords": [
16 "web",
17 "toolkit",
18 "cli"
19 ],
20 "files": [
21 "index.js",
22 "lib",
23 "bin"
24 ],
25 "bin": {
26 "sero": "./bin/Sero.js"
27 },
28 "dependencies": {
29 "commander": "^2.6.0",
30 "gulp": "^3.8.10",
31 "gulp-autoprefixer": "^2.1.0",
32 "gulp-less": "^2.0.1",
33 "gulp-plumber": "^0.6.6",
34 "gulp-sourcemaps": "^1.3.0",
35 "gulp-webserver": "^0.9.0",
36 "lodash": "^3.0.1",
37 "request": "^2.52.0",
38 "terminal-task-runner": "^1.4.1",
39 "update-notifier": "^0.3.0",
40 "webservice-simulator": "^1.5.1"
41 },
42 "devDependencies": {
43 "mocha": "^1.21.5"
44 },
45 "scripts": {
46 "test": "mocha --reporter nyan"
47 },
48 "engineStrict": true,
49 "engines": {
50 "node": ">= 0.10"
51 },
52 "licenses": [
53 {
54 "type": "MIT"
55 }
56 ],
57 "bugs": {
58 "url": "https://github.com/leftstick/Sero-cli/issues"
59 }
60}