-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 848 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 848 Bytes
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
{
"name": "react-github-badges",
"version": "0.0.0",
"description": "A collection of react components for each Github Badge.",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress -p",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
"demo": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.demo.config.js --watch --progress",
"prepublish": "npm run build"
},
"keywords": [],
"author": "Joseph Rollins",
"license": "MIT",
"devDependencies": {
"babel": "6.5.2",
"babel-cli": "6.5.1",
"babel-loader": "6.2.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"react": "0.14.7",
"react-dom": "0.14.7",
"webpack": "1.12.13"
}
}