forked from FrontendMatter/dom-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
47
{
"name": "dom-factory",
"version": "1.0.0-alpha.4",
"description": "Enhance HTML elements using plain JavaScript objects.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config build/webpack.config.dev.js --progress --watch",
"build": "NODE_ENV=production webpack --config build/webpack.config.production.js --progress",
"build-dev": "webpack --config build/webpack.config.dev.js --progress"
},
"main": "dist/dom-factory.js",
"author": "Laza Bogdan <laza.bogdan@macro-net.ro>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"webpack": "^1.12.11",
"webpack-config-api": "^0.2.1"
},
"dependencies": {
"watch-object": "^1.1.2"
},
"keywords": [
"dom",
"html",
"factory",
"javascript",
"object",
"htmlelement",
"component",
"observer",
"reflection"
],
"repository": {
"type": "git",
"url": "git+https://github.com/themekit/dom-factory.git"
},
"bugs": {
"url": "https://github.com/themekit/dom-factory/issues"
},
"homepage": "https://github.com/themekit/dom-factory#readme"
}