-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1010 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
35
36
37
{
"name": "animframe",
"version": "2.0.0",
"main": "dist/common/index.js",
"description": "requestAnimationFrame shim for AMD and CommonJS",
"repository": {
"type": "git",
"url": "https://github.com/freezedev/animframe.git"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"grunt": "^0.4.5",
"grunt-amd-tamer": "^0.1.14",
"grunt-babel": "^4.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-karma": "^0.10.1",
"grunt-mocha": "~0.4.1",
"handlebars": "^3.0.0",
"jit-grunt": "^0.9.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.1.0",
"webpack": "^1.7.3"
},
"scripts": {
"grunt": "grunt",
"test": "npm run grunt test"
}
}