-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 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
32
33
34
{
"name": "easing-js",
"version": "1.1.2",
"description": "Penner easing functions for node",
"main": "easing.js",
"repository": {
"type": "git",
"url": "git@github.com:rdy/easing-js.git"
},
"keywords": [
"easing",
"penner",
"animation"
],
"author": "rdy",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdy/easing-js/issues"
},
"homepage": "https://github.com/rdy/easing-js",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"merge-stream": "^1.0.1",
"npm": "^4.3.0",
"require-dir": "^0.1.0"
}
}