-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 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
48
49
{
"name": "dataformsjs",
"version": "5.14.6",
"homepage": "https://www.dataformsjs.com/",
"description": "A minimal JavaScript Framework and standalone React and Web 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",
"preact",
"web components",
"spa",
"handlebars",
"single page app",
"image gallery",
"markdown",
"filter",
"sorting",
"compiler",
"json",
"data",
"nunjucks",
"jsx",
"lazy-load"
],
"author": "Conrad Sollitt (https://conradsollitt.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dataformsjs/dataformsjs.git"
},
"devDependencies": {
"@babel/standalone": "7.17.2",
"eslint": "^8.8.0",
"terser": "5.14.2",
"uglify-js": "3.15.1"
}
}