-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 1.12 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
{
"filename": "gc.js",
"homepage": "http://nimojs.github.io/github-comments/",
"name": "github-comments",
"version": "0.5.0",
"description": "Github 留言系统 | 让评论质量更高,让网站与 Github 关联 | 适合程序员的评论系统,基于 Github issues 留言",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --watch --colors --progress",
"s": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nimojs/github-comments.git"
},
"keywords": [
"github",
"comments",
"issues"
],
"author": "nimojs",
"license": "MIT",
"bugs": {
"url": "https://github.com/nimojs/github-comments/issues"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.13.2",
"css-loader": "^0.23.1",
"es3ify-loader": "^0.2.0",
"eslint": "^3.19.0",
"eslint-config-dwing": "^1.0.2",
"json-loader": "^0.5.4",
"static-server": "^2.0.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"dependencies": {
}
}