forked from jaywcjlove/linux-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "linux-command",
"version": "1.0.1",
"description": "Linux Command",
"main": "dist/data.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/compile.js && npm run deploy",
"deploy": "node build/deploy.js",
"build:css": "stylus -u autoprefixer-stylus template/styl/index.styl -o .deploy/ -c",
"watch:css": "stylus -u autoprefixer-stylus -w template/styl/index.styl -o .deploy/ -c"
},
"keywords": [
"Linux",
"Command"
],
"author": "kenny wang <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jaywcjlove/linux-command.git"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"autoprefixer-stylus": "^0.11.0",
"colors-cli": "^1.0.7",
"ejs": "^2.5.2",
"highlight.js": "^9.8.0",
"marked": "^0.3.6",
"ssr": "^1.1.1",
"stylus": "^0.54.5",
"watch": "^1.0.1",
"cheerio": "^0.22.0",
"gh-pages": "^0.12.0",
"loading-cli": "^1.0.2",
"superagent": "^3.0.0",
"to-markdown": "^3.0.3",
"uglify-js": "^2.7.4"
},
"dependencies": {
},
"bugs": {
"url": "https://github.com/jaywcjlove/linux-command/issues"
},
"homepage": "https://jaywcjlove.github.io/linux-command/"
}