forked from WearyMonkey/ngtemplate-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 821 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
{
"name": "ngtemplate-loader",
"version": "1.3.1",
"description": "Include AngularJS templates in the Webpack bundle and preload the template cache.",
"main": "index.js",
"scripts": {
"test": "./node_modules/webpack/bin/webpack.js --config=test/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git://github.com/WearyMonkey/ngtemplate-loader.git"
},
"keywords": [
"webpack",
"angularjs",
"loader"
],
"author": "WearyMonkey",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jsesc": "^0.5.0",
"loader-utils": "~0.2.6"
},
"devDependencies": {
"baggage-loader": "^0.2.1",
"html-loader": "^0.2.2",
"raw-loader": "^0.5.1",
"webpack": "^1.7.0"
}
}