-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 877 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
33
34
35
36
37
{
"name": "astor-dashboard",
"version": "1.6.0",
"description": "A responsive dashboard made with Sass",
"main": [
"dist/css/dashmin.css",
"dist/js/dashboard.js"
],
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emaphp/astor-dashboard.git"
},
"keywords": [
"astor",
"dashboard",
"framework"
],
"author": "Emmanuel Antico <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/emaphp/astor-dashboard/issues"
},
"homepage": "https://github.com/emaphp/astor-dashboard#readme",
"devDependencies": {
"bootstrap-sass": "^3.3.6",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-sync": "^0.1.4"
}
}