-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
34 lines (34 loc) · 835 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
{
"name": "art-template-loader",
"version": "1.4.3",
"description": "art-template loader for webpack",
"main": "src/index.js",
"scripts": {
"example": "webpack --config example/webpack.config.js",
"test": "npm run example && mocha --ui exports 'test/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aui/art-template-loader.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/aui/art-template-loader/issues"
},
"homepage": "https://github.com/aui/art-template-loader#readme",
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"loader-utils": "^1.1.0"
},
"peerDependencies": {
"art-template": ">=4.10.0"
},
"devDependencies": {
"file-loader": "^0.11.1",
"mocha": "^3.2.0",
"webpack": "^2.3.3"
}
}