-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
53 lines (53 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "leaflet-wfst",
"version": "2.0.1-beta.5",
"description": "WFST plugin for Leaflet",
"main": "dist/leaflet-wfst.src.js",
"directories": {
"example": "./examples",
"source": "./src",
"tests": "./spec"
},
"files": ["dist"],
"repository": {
"type": "git",
"url": "https://github.com/Flexberry/Leaflet-WFST.git"
},
"keywords": [
"maps",
"leaflet",
"wfs",
"wfst"
],
"author": "New Platform Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/Flexberry/Leaflet-WFST/issues"
},
"homepage": "http://flexberry.github.io/Leaflet-WFST/",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-gh-pages": "^1.1.0",
"grunt-karma": "^2.0.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.1",
"mocha": "^2.5.3",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
}
}