-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 980 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": "relax-jss",
"version": "0.2.1",
"description": "Your JS and CSS laughing together",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist && mkdir dist",
"build": "npm run clean && node_modules/.bin/babel lib -d dist --source-maps inline",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relax/jss.git"
},
"keywords": [
"react",
"relax",
"jss",
"css",
"dynamic",
"stylesheet"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/relax/jss/issues"
},
"homepage": "https://github.com/relax/jss#readme",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"lodash.foreach": "^3.0.3"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-config-relax": "^1.0.4",
"eslint-plugin-react": "^3.5.1",
"react": "^0.14.0 || ^15.0.0"
}
}