forked from hapticdata/animitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "animitter",
"version": "0.5.0",
"description": "Animitter is an animation loop + EventEmitter for browser, node or amd.",
"main": "./animitter.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"repository": "http://github.com/hapticdata/animitter",
"author": "Kyle Phillips",
"license": "MIT",
"maintainers": [
{
"name": "Kyle Phillips",
"email": "[email protected]"
}
],
"devDependencies": {
"chai": "~1.8.1",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"mocha": "^1.21.4",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-mocha-test": "~0.7.0",
"grunt-cli": "~0.1.9",
"requirejs": "^2.1.14",
"karma-requirejs": "^0.2.2",
"karma-mocha": "^0.1.6",
"karma-phantomjs-launcher": "^0.1.4",
"karma": "~0.12.21",
"grunt-karma": "^0.8.3"
}
}