-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.26 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": "tnt-vec2",
"version": "0.0.3",
"description": "A simple vector2 object",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reinvanoyen/tnt-vec2.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"del": "^2.2.2",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-uglify": "^2.1.2",
"gutil": "^1.6.4",
"jquery": "^3.1.1",
"lodash.assign": "^4.2.0",
"mocha": "^3.5.0",
"pump": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"keywords": [
"vec2",
"vector2",
"2d",
"vector",
"math",
"linear",
"algebra",
"point"
],
"author": "Rein Van Oyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/reinvanoyen/tnt-vec2/issues"
},
"homepage": "https://github.com/reinvanoyen/tnt-vec2#readme"
}