This repository was archived by the owner on Oct 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.78 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.78 KB
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
{
"name": "modularity-free-admin-dashboard-theme-html",
"version": "0.0.2",
"description": "Modularity: Free Admin Dashboard Theme; html version",
"repository": {
"type": "git",
"url": "https://github.com/ModularTeam/modularity-free-admin-dashboard-theme-html.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ModularTeam/modularity-free-admin-dashboard-theme-html/issues"
},
"homepage": "https://github.com/ModularTeam/modularity-free-admin-dashboard-theme-html",
"dependencies": {},
"devDependencies": {
"glob": "^5.0.14",
"babel": "~5.8.23",
"babel-core": "~5.8.25",
"es6-module-loader": "~0.17.8",
"gulp": "^3.9.0",
"history": "~1.9.1",
"crossing": "~1.0.1",
"react": "~0.13.3",
"react-router": "~1.0.0-rc1",
"react-dom": "0.14.0-rc1",
"express": "~4.13.3",
"express-handlebars": "~2.0.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.6.0",
"babelify": "~6.3.0",
"gulp-react": "~3.0.1",
"gulp-browserify": "~0.5.1",
"node-jsx": "~0.13.3",
"gulp-compile-handlebars":"~0.5.0",
"reactify": "~1.1.1",
"gulp-connect": "^2.2.0",
"gulp-data": "^1.2.0",
"gulp-flatten": "^0.1.0",
"gulp-gh-pages": "^0.5.2",
"gulp-hb": "^2.6.1",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.4",
"handlebars": "~4.0.0",
"handlebars-layouts": "~3.1.1",
"main-bower-files": "^2.9.0",
"handlebars-registrar": "1.5.0"
},
"scripts": {
"postinstall": "bower install",
"start": "babel server.js > server_es5.js && node server_es5.js",
"start-es6": "babel-node server.js"
}
}