forked from dataformsjs/dataformsjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1002 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
37
38
{
"name": "dataformsjs",
"version": "4.2.2",
"homepage": "https://www.dataformsjs.com/",
"description": "A minimal JavaScript Framework and standalone components for rapid development of high quality websites and single page applications.",
"browser": "js/DataFormsJS.min.js",
"files": [
"js"
],
"scripts": {
"test": "echo \"Tests require a Web Browser, run [node ./test/server.js]\" && exit 1",
"start": "node ./examples/server.js",
"build": "node ./scripts/build.js"
},
"keywords": [
"dataformsjs",
"framework",
"handlebars",
"vue",
"react",
"web components",
"spa",
"handlebars",
"single page app"
],
"author": "Conrad Sollitt (http://www.conradsollitt.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dataformsjs/dataformsjs.git"
},
"devDependencies": {
"@babel/standalone": "^7.7.7",
"eslint": "^7.3.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.7.3"
}
}