-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
47
48
49
50
{
"name": "orbithub",
"version": "1.0.0",
"description": "A chrome extensition for convenient github search",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack.config.js --progress",
"dev": "NODE_ENV=development node server.js"
},
"author": "pomysky@gmail.com",
"license": "MIT",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwqs/orbithub.git"
},
"keywords": [
"github",
"chrome_extension",
"search",
"github search",
"git search"
],
"bugs": {
"url": "https://github.com/dwqs/orbithub/issues"
},
"homepage": "https://github.com/dwqs/orbithub#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.6.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.21.0",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react-hot-loader": "^1.3.1",
"style-loader": "^0.13.0",
"file-loader": "^0.8.4",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.1"
}
}