-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.86 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "modular-admin-html",
"version": "0.0.3",
"description": "ModularAdmin: Free Dashboard Theme; html version",
"repository": {
"type": "git",
"url": "https://github.com/modularcode/modular-admin-free-dashboard-theme-html.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/modularcode/modular-admin-html/issues"
},
"homepage": "https://github.com/modularcode/modular-admin-html",
"dependencies": {},
"devDependencies": {
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-data": "^1.2.0",
"gulp-flatten": "^0.1.0",
"gulp-front-matter": "^1.2.3",
"gulp-gh-pages": "^0.5.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"jspm": "^0.16.19",
"main-bower-files": "^2.9.0",
"typescript": "^1.7.5"
},
"scripts": {
"gulp": "gulp --gulpfile build/gulpfile.js",
"start": "npm run gulp",
"deploy": "npm run gulp deploy"
},
"jspm": {
"dependencies": {
"angular2": "npm:angular2@^2.0.0-beta.1",
"daneden/animate.css": "github:daneden/animate.css@^3.5.1",
"font-awesome": "npm:font-awesome@^4.5.0",
"jquery": "npm:jquery@^2.2.0",
"krzysu/flot.tooltip": "github:krzysu/flot.tooltip@^0.8.5",
"twbs/bootstrap": "github:twbs/bootstrap@4.0.0-alpha.2",
"twbs/bootstrap.git": "github:twbs/bootstrap@4.0.0-alpha.2"
},
"devDependencies": {
"typescript": "npm:typescript@^1.6.2"
},
"overrides": {
"github:twbs/bootstrap@4.0.0-alpha.2": {
"main": "js/bootstrap",
"directories": {
"lib": "scss"
}
}
}
}
}