-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 861 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 861 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
31
32
33
34
35
36
37
38
{
"name": "taksim-vec2",
"description": "A javascript 2D vector library for node.js and browser",
"version": "0.1.1",
"main": "dist/taksim-vec2.js",
"homepage": "https://github.com/taksim-io/vec2",
"keywords": [
"vector",
"2d"
],
"repository": {
"type": "git",
"url": "https://github.com/taksim-io/vec2.git"
},
"bugs": {
"url": "https://github.com/taksim-io/vec2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/taksim-io/vec2/blob/master/LICENSE"
}
],
"devDependencies": {
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^1.0.2"
},
"engines": {
"node": ">= 0.9"
}
}