forked from popeindustries/inline-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 932 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 932 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
40
41
42
43
{
"name": "gulp-inline-source-from",
"description": "Inline all flagged js, css source files using 'from' attribute",
"version": "5.0.8",
"author": "Vladislav Richter <vladislavrichter@seznam.cz>",
"keywords": [
"inline",
"html",
"js",
"css",
"from",
"gulp",
"polymer",
"styles",
"overwrite"
],
"dependencies": {
"csso": "2.0.0",
"htmlparser2": "3.9.0",
"lodash": "4.11.1",
"svgo": "0.6.6",
"uglify-js": "2.6.2",
"gulp-util": "~3.0.6",
"through2": "~2.0.0"
},
"devDependencies": {
"expect.js": "*",
"mocha": "*",
"faucet": "0.0.1",
"tape": "^4.0.1"
},
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"lint": "eslint lib test"
},
"engines": {
"node": ">=0.10"
},
"repository": "git://github.com/shutdown256/gulp-inline-source-from.git",
"readmeFilename": "README.md",
"license": "MIT"
}