-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
51 lines (51 loc) · 1.14 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
{
"name": "gulp-angular-embed-templates",
"version": "2.3.0",
"description": "gulp plugin to include the contents of angular templates inside directive's code",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/laxa1986/gulp-angular-embed-templates.git"
},
"keywords": [
"gulpplugin",
"gulp",
"plugin",
"angular",
"embed",
"include",
"templates"
],
"author": "Alexey Chekulaev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/laxa1986/gulp-angular-embed-templates/issues"
},
"homepage": "https://github.com/laxa1986/gulp-angular-embed-templates",
"dependencies": {
"gulp-util": "^3.0.6",
"minimize": "^2.0.0",
"through2": "^2.0.1",
"htmlparser2": "~3.9.1",
"object-assign": "4.1.0"
},
"devDependencies": {
"mocha": "^3.0.2",
"chai": "^3.5.0",
"chai-string": "^1.2.0"
},
"files": [
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE",
"index.js",
"lib"
],
"directories": {},
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2"
}