-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.12 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
51
52
53
54
{
"name": "patchkit-rainbow-text",
"version": "1.0.0",
"description": "Oh you fancy, huh?",
"main": "index.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patchkit/patchkit-rainbow-text.git"
},
"keywords": [
"react"
],
"author": "Paul Frazee",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/patchkit/patchkit-rainbow-text/issues"
},
"homepage": "https://github.com/patchkit/patchkit-rainbow-text#readme",
"dependencies": {
"react": "^0.14.6"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"patchkit-modal": "^1.0.3"
},
"browserify": {
"transform": [
[
"envify",
{
"global": true
}
],
[
"babelify",
{
"presets": [
"es2015",
"stage-0",
"react"
]
}
]
]
}
}