-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.17 KB
/
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
38
39
40
41
42
43
44
{
"name": "countup-timer-js",
"version": "1.1.6",
"description": "CountUpTimerJS - RealTime CountUp Timer JavaScript Library",
"main": "dist/countup_timer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcyou/countup-timer-js.git"
},
"author": "daisuke.takayama",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.7",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.3.2",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"log": "^1.4.0",
"run-sequence": "^1.1.2",
"typescript": "^1.7.5",
"typings": "^1.3.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webcyou/countup-timer-js/issues"
},
"homepage": "https://github.com/webcyou/countup-timer-js#readme",
"dependencies": {
"chai": "^3.5.0",
"power-assert": "^1.4.1"
}
}