-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 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": "domshaper",
"version": "0.1.0",
"description": "lib to build dynamic dom",
"main": "./src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"livetest": "webpack-dev-server --progress --display-error-details --config ./webpack.livetest.config.js",
"build": "webpack --config ./webpack.production.js",
"dev": "...",
"start": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j0t3x/DOMShaper.git"
},
"author": [
{
"name": "t3x",
"email": "tex@munera.io",
"url": "https://t3x.me"
},
{
"name": "renato",
"email": "rhermoza145@gmail.com",
"url": "https://github.com/renato145"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/j0t3x/DOMShaper/issues"
},
"homepage": "https://github.com/j0t3x/DOMShaper#readme",
"devDependencies": {
"eslint": "^3.13.1",
"eslint-loader": "^1.6.1",
"esprima": "^3.1.3",
"mocha": "^3.2.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"html-webpack-plugin": "^2.22.0"
}
}