-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 801 Bytes
/
package.json
File metadata and controls
29 lines (29 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
{
"name": "ez.js",
"version": "1.0.3",
"description": "easing functions in es6 syntax",
"main": "dist.js",
"scripts": {
"test": "mocha --compilers js:babel/register",
"release": "browserify -t babelify --standalone Ez ez.js -o dist.js",
"build": "browserify -t babelify -t uglifyify --standalone Ez ez.js -o dist.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaxgeller/ez.js.git"
},
"author": "jaxgeller",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaxgeller/ez.js/issues"
},
"homepage": "https://github.com/jaxgeller/ez.js#readme",
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"mocha": "^2.3.3",
"uglifyify": "^3.0.1"
}
}