-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "uibuilder",
"version": "0.3.0",
"description": "Declarative HTML renderer built to be small",
"main": "dist/uibuilder.js",
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/it-s/js-UIBuilder.git"
},
"keywords": [
"html",
"js",
"declarative"
],
"author": "Eugene Trounev [it-s]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/it-s/js-UIBuilder/issues"
},
"homepage": "https://github.com/it-s/js-UIBuilder#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babelrc-rollup": "^3.0.0",
"eslint": "^4.2.0",
"eslint-config-google": "^0.9.1",
"rollup": "^0.45.2",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1"
}
}