-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 Bytes
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
{
"name": "onframe",
"version": "0.1.0",
"description": "Debounced requestAnimationFrame",
"main": "dist/index.js",
"scripts": {
"build": "babel index.js -o dist/index.js",
"test": "browserify -t [ babelify --presets [ es2015 ] ] test.js | testling"
},
"repository": {
"type": "git",
"url": "git://github.com/ehtb/onframe.git"
},
"keywords": [
"debounced requestAnimationFrame"
],
"author": "Edo Balvers <github@edo.me>",
"contributors": [],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^3.0.1",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "13.0.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^0.1.0",
"tape": "^4.0.0",
"testling": "~1.6.1"
},
"dependencies": {}
}