-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 836 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-bpg",
"version": "0.1.6",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel src/react-bpg.js -o index.js",
"test": "echo \"No test specified\" && exit 0",
"np": "np"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/xuezhma/react-bpg.git"
},
"author": "Xuezheng ma",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/xuezhma/react-bpg/issues"
},
"homepage": "/~https://github.com/xuezhma/react-bpg#readme",
"peerDependencies": {
"react": ">=0.14"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-babili": "0.0.12",
"babel-preset-env": "^1.2.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"np": "^2.13.2"
},
"dependencies": {
"bpg-decoder": "0.0.7"
}
}