-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 978 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
32
33
34
35
36
37
38
39
{
"name": "point-in-svg-polygon",
"description": "Determine if a point is inside an SVG polygon.",
"version": "1.0.25",
"author": {
"name": "Ruben Vermeersch",
"email": "[email protected]",
"url": "https://rocketeer.be/"
},
"homepage": "https://github.com/rubenv/point-in-svg-polygon",
"repository": {
"type": "git",
"url": "https://github.com/rubenv/point-in-svg-polygon.git"
},
"main": "./lib/index",
"keywords": [
"geometry"
],
"scripts": {
"test": "grunt test",
"prepublish": "grunt build"
},
"directories": {
"test": "test"
},
"devDependencies": {
"browserify": "~13.0.1",
"cheerio": "^0.20.0",
"grunt": "~1.0.1",
"grunt-browserify": "~5.0.0",
"grunt-bump": "~0.8.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~3.0.0",
"grunt-mocha-cli": "~2.1.0"
}
}