-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "particulate",
"description": "Particle physics micro library.",
"version": "0.3.3",
"main": "dist/particulate.js",
"jsnext:main": "src/index.js",
"license": "MIT",
"keywords": [
"particle",
"physics",
"3d"
],
"homepage": "http://particulatejs.org/",
"repository": {
"type": "git",
"url": "git://github.com/jpweeks/particulate-js.git"
},
"author": {
"name": "Jay Weeks",
"email": "jay.patrick.weeks@gmail.com",
"url": "http://jayweeks.com"
},
"devDependencies": {
"grunt": "~1.0.4",
"grunt-banner": "^0.6.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-coveralls": "^2.0.0",
"grunt-neuter": "~0.6.0",
"grunt-qunit-istanbul": "^1.1.0",
"grunt-rollup": "^10.0.0",
"jit-grunt": "^0.10.0",
"qunit-theme-ninja": "^2.0.0",
"qunitjs": "^2.4.1",
"three": "^0.69.0"
},
"scripts": {
"test": "grunt test"
}
}