forked from morbidick/loc3
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 838 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
{
"name": "loc3",
"version": "1.0.0",
"description": "Meteor warehousing system",
"main": "run.sh",
"private": true,
"scripts": {
"start": "meteor --settings private/settings.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/morbidick/loc3.git"
},
"author": "morbidick, guterwhine, twi",
"license": "MIT",
"bugs": {
"url": "https://github.com/morbidick/loc3/issues"
},
"homepage": "https://github.com/morbidick/loc3#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"bcrypt": "^0.8.7",
"bootstrap-colorpicker": "^2.5.3",
"leaflet": "^1.3.4",
"leaflet-draw": "^0.4.13",
"leaflet-draw-drag": "^0.4.5",
"leaflet-measure-path": "^1.3.1",
"leaflet-path-transform": "^1.1.1"
}
}