-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 998 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
{
"name": "react-bootstrap-counter",
"version": "1.0.1",
"description": "A counter input component for react using bootstrap",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/babel src/react-bootstrap-counter.jsx -o index.js",
"dev": "./node_modules/.bin/babel src/react-bootstrap-counter.jsx -o example/react-bootstrap-counter.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/manojsinghnegiwd/react-bootstrap-counter"
},
"bugs": {
"url": "https://github.com/manojsinghnegiwd/react-bootstrap-counter/issues"
},
"keywords": [
"react-bootstrap-counter",
"react",
"boostrap component",
"react counter"
],
"author": "Manoj Singh Negi",
"license": "MIT",
"dependencies": {
"react": "^15.3.2"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
}
}