forked from tonis2/kelbas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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
{
"name": "kelbas",
"version": "1.1.14",
"description": "Super small JavaScript `template-string` -> DOM creating library.",
"main": "./build/kelbas.min.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"format": "find ./index.js | xargs prettier --write",
"test": "browserify ./tests/test.js | tape-run | tap-diff"
},
"repository": {
"type": "git",
"url": "git+https://ab-productions.github.io/kelbas"
},
"keywords": [
"webcomponents",
"template-strings",
"custom-elements",
"es6"
],
"author": "tonis",
"license": "ISC",
"bugs": {
"url": "https://github.com/tonis2/kelbas/issues"
},
"homepage": "https://github.com/tonis2/kelbas#readme",
"devDependencies": {
"browserify": "latest",
"prettier": "1.14.3",
"rollup": "^0.56.2",
"tape": "latest",
"rollup-plugin-uglify": "^3.0.0",
"tap-diff": "^0.1.1",
"tape-run": "^4.0.0"
}
}