forked from pablodenadai/angular2-inline-template-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 782 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": "angular2-inline-template-style",
"version": "0.0.1",
"description": "Resolve styleUrls in Angular2 components.",
"license": "MIT",
"repository": "ghpabs/angular2-inline-template-style",
"author": {
"name": "Pabs"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"ng2-inline": "bin/cli.js"
},
"scripts": {
"test": "xo && ava",
"watch-test": "chokidar **/*.js -c \"npm run test\""
},
"files": [
"index.js",
"bin/"
],
"keywords": [],
"dependencies": {
"clean-css": "^3.4.9",
"html-minifier": "^1.1.1",
"meow": "^3.6.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"ava": "^0.8.0",
"chokidar-cli": "^1.2.0",
"xo": "^0.12.1"
},
"xo": {
"ignores": [
"test.js"
]
}
}