-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.36 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
50
{
"name": "@owstack/ows-wallet-servlet-geocoding",
"title": "Geocoding",
"version": "1.0.0",
"description": "Provides geocoding services.",
"author": "Open Wallet Stack",
"keywords": [
"ows",
"ows wallet",
"plugin",
"servlet",
"wallet"
],
"homepage": "https://openwalletstack.org",
"license": "MIT",
"repository": {
"url": "git://github.com/owstack/ows-wallet-servlet-geocoding.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/owstack/ows-wallet-servlet-geocoding/issues"
},
"devDependencies": {
"fs": "0.0.2",
"fs-extra": "^0.30.0",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "https://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-exec": "^0.4.6",
"grunt-replace": "^0.11.0",
"grunt-sass": "^3.0.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.17.4",
"node-sass": "^4.11.0",
"shelljs": "^0.3.0",
"trash-cli": "^1.4.0"
},
"scripts": {
"build:www": "grunt",
"build:www-release": "grunt release",
"final:www": "npm run build:www-release",
"test": "echo \"no package tests configured\"",
"clean-all": "git clean -dfx"
}
}