-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 826 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 826 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
27
28
29
30
31
32
33
34
{
"name": "react-download-ios",
"version": "1.2.1",
"description": "Apple Store download badge as a React component",
"main": "build/index.js",
"scripts": {
"test": "browserify test/badge.js -o test/build.js -t [ babelify --presets [ es2015 react ] ] -dv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tether/react-download-ios.git"
},
"keywords": [
"tether",
"apple-store",
"download",
"badge"
],
"author": "Olivier Wietrich",
"license": "MIT",
"bugs": {
"url": "https://github.com/tether/react-download-ios/issues"
},
"browserify": {
"transform": [
"babelify"
]
},
"homepage": "https://github.com/tether/react-download-ios#readme",
"devDependencies": {
"react-fatigue-dev": "github:tj/react-fatigue-dev#704f778"
}
}