-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "reshape-loader",
"description": "Reshape loader for Webpack",
"version": "1.3.0",
"author": "Jeff Escalante",
"ava": {
"verbose": "true",
"serial": "true"
},
"bugs": "https://github.com/reshape/loader/issues",
"dependencies": {
"reshape": "^1.0.0",
"reshape-include": "^1.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"nyc": "^12.0.2",
"reshape-custom-elements": "^0.1.0",
"reshape-expressions": "^0.1.5",
"snazzy": "^7.1.1",
"source-loader": "^1.0.0",
"standard": "^11.0.1",
"sugarml": "^0.6.0",
"webpack": "^3.3.0",
"when": "^3.7.8"
},
"engine": ">=6",
"homepage": "https://github.com/reshape/loader",
"keywords": [
"html",
"loader",
"reshape",
"webpack"
],
"license": "MIT",
"main": "lib",
"repository": "reshape/loader",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard | snazzy",
"pretest": "npm run lint",
"test": "nyc ava"
}
}