UNPKG

1.34 kBJSONView Raw
1{
2 "name": "sero-cli",
3 "description": "The toolkit helps developers easily start with web development work",
4 "version": "2.4.2",
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.8.1",
30 "cross-spawn": "^0.4.0",
31 "gulp": "^3.8.11",
32 "gulp-less": "^3.0.3",
33 "gulp-plumber": "^1.0.0",
34 "gulp-webserver": "^0.9.1",
35 "less-plugin-autoprefix": "^1.4.1",
36 "less-plugin-clean-css": "^1.5.0",
37 "lodash": "^3.8.0",
38 "request": "^2.55.0",
39 "requirejs": "^2.1.17",
40 "rimraf": "^2.3.3",
41 "terminal-task-runner": "^1.5.2",
42 "update-notifier": "^0.4.0",
43 "webservice-simulator": "^1.5.1"
44 },
45 "devDependencies": {
46 "mocha": "^1.21.5"
47 },
48 "scripts": {
49 "test": "mocha --reporter nyan"
50 },
51 "engine-strict": true,
52 "engines": {
53 "node": ">= 0.10"
54 },
55 "licenses": [
56 {
57 "type": "MIT"
58 }
59 ],
60 "bugs": {
61 "url": "https://github.com/leftstick/Sero-cli/issues"
62 }
63}