-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 937 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": "aphrodite-globals",
"version": "1.0.0",
"description": "Inject global styles using aphrodite",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "babel --ignore __tests__ -d lib/ src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xymostech/aphrodite-globals.git"
},
"author": "xymostech",
"license": "MIT",
"bugs": {
"url": "https://github.com/xymostech/aphrodite-globals/issues"
},
"homepage": "https://github.com/xymostech/aphrodite-globals#readme",
"dependencies": {
"aphrodite": "^1.2.0"
},
"peerDependencies": {
"aphrodite": "^1.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"flow-bin": "^0.41.0",
"jest": "^19.0.2"
}
}