forked from andreypopp/cssobjectify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.29 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
57
58
59
{
"name": "modcss",
"version": "2.1.0",
"description": "Node.js require extension, Browserify/dcompose transform & Webpack loader for converting CSS|Stylus into JSON",
"main": "index.js",
"dependencies": {
"css-parse": "2.0.0",
"nib": "^1.0.0",
"stylus": "^0.53.0",
"through": "2.3.8",
"to-camel-case": "0.2.1",
"webpack-parse-query": "1.0.0"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"babel-register": "6.3.13",
"browserify": "12.0.1",
"eslint-plugin-react": "^3.8.0",
"jshint": "2.8.0",
"lodash.assign": "3.2.0",
"mocha": "^2.2.5",
"nib": "1.1.0",
"react": "^15.0",
"react-addons-test-utils": "^15.0",
"semver": "5.1.0",
"webpack": "1.12.2"
},
"optionalDependencies": {
"react": "^15.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "jameswomack/modcss"
},
"keywords": [
"browserify",
"browserify-transform",
"dcompose",
"dgraph",
"css",
"json",
"styl",
"component",
"componentize",
"require",
"stylus",
"react"
],
"author": "James Womack <[email protected]>",
"contributors": [
"Andrey Popp <[email protected]>",
"kmudrick (@kmudrick)"
],
"license": "MIT"
}