-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "development-assert-templ",
"version": "2.0.2",
"description": "template assert (html) tasks for development tools.",
"main": "./lib/index.js",
"typings": "./lib/index",
"scripts": {
"gulp": "gulp",
"reinstall": "npm cache clean && npm install",
"test": "gulp start --test",
"prepublish": "gulp start --release",
"e2e": "protractor",
"e2e.live": "protractor --elementExplorer"
},
"keywords": [
"development",
"tool",
"gulp",
"angular",
"html",
"template",
"babel"
],
"author": "houjun",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhouhoujun/development-assert-templ/issues"
},
"registry": "jspm",
"repository": {
"type": "git",
"url": "https://github.com/zhouhoujun/development-assert-templ.git"
},
"dependencies": {
"@types/lodash": "^4.14.68",
"babel-preset-es2015": "^6.18.0",
"development-core": "^2.0.8",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "0.2.2",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "2.*",
"gulp-typescript": "3.*",
"gulp-uglify": "3.*",
"lodash": "^4.17.4"
},
"devDependencies": {
"bluebird": "^3.4.1",
"development-assert-ts": "^2.0.4",
"development-tool": "^2.0.9",
"development-tool-node": "^2.0.2",
"through2": "^2.0.1",
"ts-node": "^3.2.0",
"tslint": "*",
"tslint-stylish": "*",
"typescript": "*",
"zone.js": "*"
},
"homepage": "https://github.com/zhouhoujun/development-assert-templ#readme",
"false": {}
}