UNPKG

1.08 kBJSONView Raw
1{
2 "name": "gulp-stylus-sprites",
3 "version": "0.1.5",
4 "description": "gulp stylus sprite",
5 "keywords": [
6 "gulpplugin",
7 "stylus",
8 "sprite"
9 ],
10 "main": "lib/gulp-stylus-sprites.js",
11 "scripts": {
12 "test": "mocha --compilers js:babel-register test/test.js -t 10000 -R spec"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/syuji-higa/gulp-stylus-sprites.git"
17 },
18 "author": "syuji-higa",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/syuji-higa/gulp-stylus-sprites/issues"
22 },
23 "homepage": "https://github.com/syuji-higa/gulp-stylus-sprites",
24 "babel": {
25 "presets": [
26 "es2015"
27 ]
28 },
29 "dependencies": {
30 "babel-polyfill": "^6.22.0",
31 "gulp-util": "^3.0.8",
32 "spritesmith": "^3.1.0",
33 "through2": "^2.0.3"
34 },
35 "devDependencies": {
36 "babel": "^6.5.2",
37 "babel-preset-es2015": "^6.22.0",
38 "babel-register": "^6.22.0",
39 "gulp": "^3.9.1",
40 "gulp-babel": "^6.1.2",
41 "gulp-mocha": "^3.0.1",
42 "gulp-replace": "^0.5.4",
43 "mocha": "^3.2.0",
44 "should": "^11.2.0"
45 }
46}