forked from gskinnerTeam/Vexr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "Vexr",
"version": "0.0.3",
"description": "A Vector and Behavior Library",
"main": "dist/vexr.cjs.js",
"jsnext:main": "dist/vexr.es6.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mwmwmw/Vexr.git"
},
"keywords": [
"Vectors",
"2D",
"Math",
"Behaviors",
"Reynolds",
"Steering"
],
"contributors": [
"Matthew Willox <[email protected]> (https://github.com/mwmwmw)",
"Patrick McGuckin <[email protected]> (https://github.com/tehvgg)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mwmwmw/Vexr/issues"
},
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"homepage": "https://github.com/mwmwmw/Vexr#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "1.7.x",
"gulp-uglify": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2",
"rollup-plugin-babel": "^2.6.1",
"rollup-stream": "^1.12.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}