-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1019 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "jaw",
"version": "5.0.0",
"description": "Parasitize CSS to JSX for migi",
"maintainers": [
{
"name": "army8735",
"email": "[email protected]"
}
],
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/migijs/jaw.git"
},
"keywords": [
"javascript",
"serialize css",
"migi",
"jaw"
],
"author": "army8735",
"license": "MIT",
"config": {
"blanket": {
"pattern": [
"jaw/build"
]
}
},
"dependencies": {
"homunculus": "~1.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"blanket": "^1.1.6",
"coveralls": "^2.11.2",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-rimraf": "^0.2.2",
"gulp-util": "^3.0.1",
"mocha": "^2.2.4",
"mocha-lcov-reporter": "^0.0.2",
"through2": "^2.0.0"
},
"main": "./index",
"engines": {
"node": ">= 4.2"
},
"readmeFilename": "README.md"
}