-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "shrike",
"version": "0.0.6",
"description": "A fast and easy to use vector and matrix library",
"main": "shrike.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Stonelinks/shrike.git"
},
"keywords": [
"math",
"vector",
"matrix"
],
"author": "Lucas Doyle <lucas.p.doyle@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stonelinks/shrike/issues"
},
"homepage": "https://github.com/Stonelinks/shrike",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-docco": "~0.3.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "~0.4.3",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-template-jasmine-requirejs": "~0.1.9",
"grunt-contrib-connect": "~0.7.0",
"grunt-jsbeautifier": "~0.2.6",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-preprocess": "~4.0.0"
}
}