-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 854 Bytes
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
{
"name": "instimapwebstandalone",
"version": "1.0.0",
"description": "Standalone Web InstiMap",
"main": "index.js",
"scripts": {
"build": "browserify ./index.js | uglifyjs -b > docs/bundle.js",
"closure": "java -jar closure.jar --js docs/bundle.js --js_output_file docs/bundle.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/instimapweb-standalone"
},
"author": "Varun Patil <radialapps@gmail.com>",
"license": "MIT",
"dependencies": {
"autocomplete.js": "^0.35.0",
"fuse.js": "^3.4.2",
"hammerjs": "^2.0.8",
"instimapweb": "^1.0.9"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"uglify-js": "^3.4.9"
}
}