forked from torifat/avro-pad
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
32 lines (32 loc) · 893 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
{
"name": "avro-pad",
"version": "0.1.0",
"private": true,
"description": "AvroPad is a full featured Avro Phonetic application with dictionary support.",
"repository": "git://github.com/omicronlab/avro-pad",
"main": "src/js/main.js",
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "OmicronLab",
"license": "MPL",
"devDependencies": {
"bower": "^1.8.0",
"chalk": "^1.1.3",
"connect": "^3.2.0",
"del": "^2.2.2",
"gulp": "^3.8.8",
"gulp-filesize": "0.0.6",
"gulp-filter": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-manifest": "^0.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"opn": "^4.0.2",
"serve-static": "^1.11.1"
}
}