forked from kodyl/stilr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.18 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
55
56
{
"name": "stilr",
"version": "1.2.4",
"description": "Encapsulated styling for your javascript components with all the power of javascript and CSS combined. Usefull with React",
"main": "dist",
"scripts": {
"test": "make test"
},
"keywords": [
"sleek",
"stil",
"still",
"stilet",
"style",
"simple",
"stilr",
"styling",
"css",
"react",
"inline",
"component",
"encapsulation",
"react-component"
],
"author": "Kodyl ApS",
"contributors": [
{
"name": "Chris Kjær Sørensen"
},
{
"name": "Daniel Juhl"
}
],
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.6.1",
"react": ">=15.4.0",
"react-dom": ">=15.4.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"css": "^2.2.0",
"eslint": "^2.7.0",
"mocha": "^2.2.4",
"mocha-clean": "^1.0.0",
"semver": "^5.1.0"
},
"repository": "kodyl/stilr"
}