forked from yuanyan/barium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 845 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
36
37
38
39
40
41
42
{
"name": "buryem",
"version": "1.3.0",
"description": "got style conflicts? bury 'em!",
"main": "lib/buryem.js",
"tonicExampleFilename": "lib/example.js",
"author": "Mark D'Arensbourg",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mdarens/buryem.git"
},
"dependencies": {
"react-kit": "^0.1.3"
},
"peerDependencies": {
"react": ">=0.14"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"scripts": {
"build": "babel -d lib src",
"prepublish": "npm run build"
},
"keywords": [
"react",
"react-component",
"style",
"stylesheet"
]
}