-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "ArnoldC-Speaker",
"version": "0.0.0",
"description": "A bit more emotion for ArnoldC scripts",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cesardeazevedo/ArnoldC-Speaker"
},
"keywords": [
"ArnoldC",
"Speaker",
"Voice",
"Narration"
],
"author": "Cesar Augusto D. Azevedo",
"license": "MIT",
"bugs": {
"url": "https://github.com/cesardeazevedo/ArnoldC-Speaker/issues"
},
"homepage": "https://github.com/cesardeazevedo/ArnoldC-Speaker",
"dependencies": {
"connect-history-api-fallback": "0.0.5",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^1.0.1",
"gulp-jade": "^0.8.0",
"gulp-jshint": "^1.8.5",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"imagemin-pngcrush": "^1.0.0",
"main-bower-files": "^2.0.0",
"nib": "^1.0.4"
},
"devDependencies": {
"gulp-imagemin": "^1.0.1"
}
}