-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "typewrite.js",
"version": "0.1.2",
"description": "A flexible typewriter simulator written in plain Javascript, well tested using Mocha, Chai, Karma and Istanbul - Released under MIT license",
"main": "typewrite.js",
"repository": {
"type": "git",
"url": "https://github.com/yobacca/typewrite.git"
},
"keywords": [
"type",
"typewrite",
"typewriter",
"animation",
"javascript",
"browser"
],
"author": "Olaf Ennen",
"license": "MIT",
"bugs": {
"url": "https://github.com/yobacca/typewrite/issues"
},
"homepage": "https://github.com/yobacca/typewrite",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"mocha": "^2.4.5"
}
}