-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.28 KB
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
{
"name": "gulp-component-inline",
"version": "1.1.2",
"description": "Support for referencing artTemplate file (or css files) directly in JS by '__inline', then compile them into JS",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/suanmei/gulp-component-inline.git"
},
"author": {
"name": "suanmei",
"email": "code_lee@sina.com",
"url": "https://suanmei.github.com"
},
"scripts": {
"test": "export NODE_ENV=production && istanbul cover node_modules/mocha/bin/_mocha -- --ui exports --colors 'test/index.js'",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"engines": {
"node": ">=1.0.4"
},
"bugs": {
"url": "https://github.com/suanmei/gulp-component-inline/issues"
},
"homepage": "https://github.com/suanmei/gulp-component-inline#readme",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"gulp",
"component",
"inline",
"artTemplate",
"compile",
"version",
"packagejson"
],
"dependencies": {
"ali-arttemplate": "^3.0.3",
"cssmin": "^0.4.3",
"gulp-util": "^3.0.8",
"node-sass": "^4.5.3",
"through2": "^2.0.3"
},
"devDependencies": {
"coveralls": "^2.13.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"should": "^13.0.1"
}
}