UNPKG

881 BJSONView Raw
1{
2 "name": "gulp-inline-ng2-template",
3 "version": "2.0.4",
4 "description": "Gulp plugin to inline HTML and CSS into Angular 2 component views",
5 "repository": "https://github.com/ludohenin/gulp-inline-ng2-template.git",
6 "main": "index.js",
7 "scripts": {
8 "test": "mocha",
9 "test-dev": "mocha -w"
10 },
11 "keywords": [
12 "angular2",
13 "template",
14 "styles",
15 "gulpplugin",
16 "browserify",
17 "typescript",
18 "es6",
19 "es5"
20 ],
21 "author": "ludohenin <ludovic.henin@yahoo.com>",
22 "license": "MIT",
23 "dependencies": {
24 "async": "^2.0.0-rc.5",
25 "clone": "~1.0.2",
26 "es6-templates": "~0.2.2",
27 "extend": "~3.0.0",
28 "gulp-util": "~3.0.6",
29 "isarray": "0.0.1",
30 "through2": "~2.0.0"
31 },
32 "devDependencies": {
33 "color": "~0.10.1",
34 "jade": "^1.11.0",
35 "mocha": "~2.2.5",
36 "stylus": "^0.53.0",
37 "vinyl": "~0.5.1"
38 }
39}