forked from osdio/gulp-react-native-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1019 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1019 Bytes
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
{
"name": "gulp-react-native-css",
"version": "0.0.4",
"description": "A plugin for Gulp",
"keywords": [
"gulpplugin"
],
"author": {
"name": "soliury",
"email": "hi@lingyong.me",
"url": "https://github.com/soliury"
},
"repository": "soliury/gulp-react-native-css",
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"css-parse": "^2.0.0",
"gulp-util": "~2.2.0",
"through2": "*",
"to-camel-case": "^0.2.1"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"gulp": "^3.8.11",
"gulp-sass": "^1.3.3",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~2.1.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}