forked from nixonchris/gulp-transform-selectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 996 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
{
"name": "gulp-transform-selectors",
"version": "0.0.2",
"description": "A plugin for Gulp",
"keywords": [
"gulpplugin"
],
"author": {
"name": "Chris Nixon",
"email": "",
"url": "https://github.com/nixonchris"
},
"repository": "nixonchris/gulp-transform-selectors",
"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": {
"event-stream": "~3.1.0",
"gulp-util": "~2.2.0",
"postcss": "^2.2.5",
"vinyl-sourcemaps-apply": "^0.1.4"
},
"devDependencies": {
"coveralls": "*",
"gulp-sourcemaps": "^1.2.2",
"istanbul": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~2.1.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}