-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 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
36
37
{
"name": "inline-web-components",
"version": "0.1.1",
"main": "lib/inline-web-components.js",
"description": "Inline web components' template files into an HTML file",
"homepage": "https://github.com/fredrikekelund/inline-web-components",
"bugs": "https://github.com/fredrikekelund/inline-web-components/issues",
"author": {
"name": "Fredrik Ekelund",
"email": "[email protected]",
"url": "http://fredrik.computer"
},
"repository": {
"type": "git",
"url": "https://github.com/fredrikekelund/inline-web-components"
},
"license": "MIT",
"keywords": [
"inline-web-components",
"web components",
"transform"
],
"dependencies": {
"cheerio": "~0.18.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-cli": "~1.9.0",
"jshint-stylish": "~0.2.0",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.3.1"
},
"scripts": {
"test": "grunt test"
},
"preferGlobal": "true"
}