-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "tagbuildr",
"version": "3.0.0",
"description": "Minimalistic library agnostic utility to create DOM elements and create template components with little effort",
"main": "tagbuildr.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buzzin0609/tagbuildr.js.git"
},
"keywords": [
"dom",
"dom builder",
"dom manipulation",
"agnostic to frameworks",
"minimalist",
"utility"
],
"author": "Will Busby <will0609@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buzzin0609/tagbuildr.js/issues"
},
"homepage": "https://github.com/buzzin0609/tagbuildr#readme",
"typings": "tagbuildr.d.ts",
"devDependencies": {
"expect": "^24.9.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.2",
"webpack": "^4.41.5"
}
}