-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
40 lines (40 loc) · 1.46 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
{
"name": "asm3",
"version": "46.0.0",
"description": "Animal Shelter Manager v3 (sheltermanager3)",
"main": "src/static/js/login.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"jshint": "^2.11.1",
"jsmin": "^1.0.1",
"lodash": "^4.17.21",
"promise-polyfill": "^8.1.3",
"regenerator-runtime": "^0.13.5"
},
"devDependencies": {},
"scripts": {
"babel": "babel --minified -d src/static/js/compat src/static/js/*.js",
"jshint": "jshint --config scripts/jshint.conf src/static/js/*.js",
"minify": "jsmin -o src/static/js/bundle/rollup.min.js src/static/js/bundle/rollup.js",
"minify_compat": "jsmin -o src/static/js/bundle/rollup_compat.min.js src/static/js/bundle/rollup_compat.js",
"minify_regenrt": "jsmin -o node_modules/regenerator-runtime/runtime.min.js node_modules/regenerator-runtime/runtime.js",
"minify_sig": "jsmin -o src/static/lib/signature/1.2.1-asm03/jquery.signature.min.js src/static/lib/signature/1.2.1-asm03/jquery.signature.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bobintetley/asm3.git"
},
"author": "Robin Rawson-Tetley",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bobintetley/asm3/issues"
},
"homepage": "https://github.com/bobintetley/asm3#readme"
}