-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "gulp-sprockets",
"description": "gulp-sprockets is a sprockets implemented by NodeJS, provide parsing directives in assets, precompiling assets",
"version": "0.1.1",
"homepage": "https://github.com/waka/gulp-sprockets",
"repository": {
"type": "git",
"url": "https://github.com/waka/gulp-sprockets.git"
},
"main": "./lib/sprockets.js",
"files": ["lib"],
"directories": {
"test": "test"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"test": "mocha --require babel-core/register --recursive"
},
"keyword": [
"gulp",
"rails",
"sprockets"
],
"author": "Yoshimasa Wakahara <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/waka/gulp-sprockets/issues"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-load-plugins": "^1.1.0",
"mocha": "^2.3.4",
"power-assert": "^1.2.0"
},
"dependencies": {
"babel-polyfill": "^6.2.0",
"coffee-script": "^1.10.0",
"event-stream": "^3.3.1",
"escodegen": "^1.7.0",
"esprima": "^2.7.0",
"fs-extra": "^0.24.0",
"lodash": "^3.10.1",
"node-sass": "^3.3.3",
"object-assign": "^4.0.1",
"postcss": "^5.0.10",
"postcss-scss": "^0.1.3",
"vinyl": "^1.0.0",
"vinyl-file": "^1.2.1"
}
}