UNPKG

829 BJSONView Raw
1{
2 "name": "gulp-inline-ng2-template",
3 "version": "1.1.2",
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 "gulp",
16 "typescript",
17 "es6",
18 "es5"
19 ],
20 "author": "ludohenin <ludovic.henin@yahoo.com>",
21 "license": "MIT",
22 "dependencies": {
23 "es6-templates": "~0.2.2",
24 "extend": "~3.0.0",
25 "gulp-util": "~3.0.6",
26 "through2": "~2.0.0",
27 "isarray": "0.0.1",
28 "clone": "~1.0.2"
29 },
30 "devDependencies": {
31 "color": "~0.10.1",
32 "jade": "^1.11.0",
33 "mocha": "~2.2.5",
34 "stylus": "^0.53.0",
35 "vinyl": "~0.5.1"
36 }
37}