-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "airpub",
"version": "0.4.0",
"description": "a pure front-end blog engine powered by duoshuo API",
"main": "index.html",
"author": "turing <[email protected]>",
"license": "MIT",
"scripts": {
"build": "bin/build.sh",
"build-deps": "npm run build-deps-js && npm run build-deps-css",
"build-deps-js": "bin/build-dependency-js.sh",
"build-deps-css": "bin/build-dependency-css.sh",
"build-deps-less": "bin/build-dependency-less.sh",
"serve": "node_modules/.bin/serve --no-less .",
"watch": "node_modules/.bin/rewatch src/*.js src/**/*.js -c 'npm run build'",
"dev": "npm run serve & npm run watch",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/duoshuo/airpub.git"
},
"bugs": {
"url": "https://github.com/duoshuo/airpub/issues"
},
"keywords": [
"air",
"publish",
"press",
"airpub",
"cms",
"blog",
"blog platform",
"angular"
],
"devDependencies": {
"clean-css": "^2.2.13",
"less": "^2.1.2",
"rewatch": "~0.2.2",
"serve": "~1.4.0",
"uglify-js": "^2.4.15"
}
}