-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
34 lines (34 loc) · 991 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": "mainloop.js",
"version": "1.0.4",
"description": "A well-constructed JavaScript main loop useful for games and other animated applications.",
"homepage": "https://github.com/IceCreamYou/MainLoop.js",
"bugs": "https://github.com/IceCreamYou/MainLoop.js/issues",
"main": "build/mainloop.min.js",
"directories": {
"lib": "build",
"example": "demo"
},
"repository": {
"type": "git",
"url": "git://github.com/IceCreamYou/MainLoop.js.git"
},
"keywords": [
"main",
"loop",
"game",
"animation",
"time"
],
"author": "Isaac Sukin (http://www.isaacsukin.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-jscs": "^3.0.1"
}
}