-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 819 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
{
"name": "timer-js",
"version": "1.0.0",
"description": "A simple library to manage time based animations",
"author": "Jeremie Patonnier <jeremie.patonnier@gmail.com>",
"license": "BSD-3-Clause",
"main": "timer.umd.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeremiePat/TimerJS.git"
},
"keywords": [
"timer",
"animation"
],
"bugs": {
"url": "https://github.com/JeremiePat/TimerJS/issues"
},
"homepage": "https://github.com/JeremiePat/TimerJS#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.2",
"mocha": "^3.5.3",
"webpack": "^3.6.0"
}
}