-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "vulcanize-loader",
"version": "2.0.0",
"author": "Aitor Oses @aitoroses",
"description": "vulcanize loader for webcomponents and html-imports for webpack",
"dependencies": {
"babel-core": "^6.18.2",
"crisper": "^2.0.1",
"freshman": "^0.9.3",
"html-minifier": "^1.1.1",
"loader-utils": "~0.2.5",
"uglify-js": "^2.5.0",
"vulcanize": "^1.13.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"mocha": "^2.3.4",
"should": "^8.0.2"
},
"scripts": {
"prepublish": "npm run build",
"build": "babel src -d lib",
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/aitoroses/vulcanize-loader.git"
},
"bugs": {
"url": "https://github.com/aitoroses/vulcanize-loader/issues"
},
"homepage": "https://github.com/aitoroses/vulcanize-loader",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"license": "MIT"
}