-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
34 lines (34 loc) · 849 Bytes
/
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
{
"name": "newton",
"version": "0.2.14",
"main": "index.js",
"description": "A playful, particle-based physics engine designed from the ground up for JavaScript.",
"repository": {
"type": "git",
"url": "https://github.com/hunterloftis/newton"
},
"scripts": {
"test": "mocha spec/*.spec.js"
},
"devDependencies": {
"matcha": "~0.4.1",
"watchify": "^0.6.4",
"uglify-js": "^2.4.13",
"mocha": "^1.18.2",
"chai": "^1.9.1",
"browserify": "^3.43.0",
"eventemitter2": "^0.4.13",
"jade": "^1.3.1",
"node-static": "^0.7.3"
},
"author": "Hunter Loftis <[email protected]>",
"license": "MIT",
"readmeFilename": "readme.md",
"bugs": {
"url": "https://github.com/hunterloftis/newton/issues"
},
"dependencies": {
"eventemitter2": "~0.4.13",
"lodash": "^2.4.1"
}
}