-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
39 lines (39 loc) · 914 Bytes
/
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
{
"name": "star-history-plugin",
"version": "1.0.0",
"description": "see github star history",
"main": "index.js",
"scripts": {
"start": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timqian/star-history-plugin.git"
},
"keywords": [
"github",
"star",
"history"
],
"author": "timqian",
"license": "MIT",
"bugs": {
"url": "https://github.com/timqian/star-history-plugin/issues"
},
"homepage": "https://github.com/timqian/star-history-plugin#readme",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.12.14"
},
"dependencies": {
"axios": "^0.9.1",
"babel-polyfill": "^6.5.0",
"d3": "^3.5.16",
"es6-promisify": "^3.0.0",
"nvd3": "^1.8.2"
}
}