forked from ludohenin/gulp-inline-ng2-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 944 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
39
40
41
{
"name": "gulp-inline-ng2-template",
"version": "5.0.0",
"description": "Gulp plugin to inline HTML and CSS into Angular 2 component views",
"repository": "https://github.com/ludohenin/gulp-inline-ng2-template.git",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-dev": "mocha -w"
},
"keywords": [
"angular2",
"template",
"styles",
"gulpplugin",
"browserify",
"typescript",
"es6",
"es5"
],
"author": "ludohenin <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"clone": "~2.1.1",
"es6-templates": "~0.2.3",
"extend": "~3.0.1",
"isarray": "2.0.4",
"plugin-error": "^1.0.1",
"source-map": "^0.7.3",
"through2": "~2.0.3",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"color": "~3.0.0",
"pug": "^2.0.3",
"mocha": "~5.2.0",
"stylus": "^0.54.5",
"vinyl": "~2.2.0"
}
}