-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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
{
"name": "cssbox",
"version": "0.2.0",
"description": "A pure css lightbox",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "BillyNate",
"repository": {
"type": "git",
"url": "https://github.com/BillyNate/cssbox.git"
},
"bugs": {
"url": "https://github.com/BillyNate/cssbox/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "~1.0.4",
"grunt-contrib-pug": "~2.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-gh-pages": "3.1.0"
},
"filename": "cssbox.css",
"autoupdate": {
"source": "git",
"target": "git://github.com/BillyNate/cssbox.git",
"basePath": "dist/css",
"files": ["*.css"]
}
}