-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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": "uberbox",
"description": "Powerful lightbox",
"version": "0.1.0",
"author": "Nikolay Karev",
"url": "http://uberbox.karevn.com",
"main": "./dist/uberbox.js",
"licenses": [
{
"type": "MIT"
}
],
"scripts": {
"test": "gulp spec",
"build": "gulp build"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"event-stream": "^3.3.0",
"gulp": "~3.9",
"gulp-autoprefixer": "^2.1.0",
"gulp-beautify": "^1.1.2",
"gulp-bump": "~0.1.11",
"gulp-coffee": "~1.4.3",
"gulp-concat": "~2.2.0",
"gulp-cssbeautify": "^0.1.3",
"gulp-header": "~1.0.2",
"gulp-jsbeautifier": "0.0.4",
"gulp-merge": "^0.1.0",
"gulp-minify-css": "^1.0.0",
"gulp-mocha-phantomjs": "~0.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.0",
"gulp-template-compile": "^1.0.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-watch": "^4.1.1",
"gulp-wrap": "^0.11.0",
"minimist": "~1.1.0"
},
"dependencies": {}
}