xref: /openbmc/phosphor-webui/package.json (revision db28a387)
1{
2  "name": "openbmc_browser_interface",
3  "description": "openbmc_browser_interface",
4  "version": "0.0.1",
5  "private": false,
6  "repository": {
7    "type": "git",
8    "url": "git://github.com/openbmc/phosphor-webui"
9  },
10  "scripts": {
11    "bower": "node node_modules/bower/bin/bower",
12    "gulp": "node node_modules/gulp/bin/gulp.js",
13    "distribution": "npm run gulp distribution",
14    "minifyvendors": "npm run gulp minifyvendors",
15    "serve": "npm run gulp server",
16    "shrinkwrap": "npm shrinkwrap --dev",
17    "start-dev": "npm run gulp server",
18    "webapp": "npm run gulp webapp",
19    "start": "npm run gulp server",
20    "postinstall": "bower install"
21  },
22  "contributors": [
23    "Iftekharul Islam <iffy.ryan@ibm.com>",
24    "Michael Davis <michael.s.davis@ibm.com>"
25  ],
26  "files": [
27    "dist"
28  ],
29  "keywords": [
30    "node"
31  ],
32  "dependencies": {},
33  "peerDependencies": {},
34  "devDependencies": {
35    "autoprefixer": "^6.6.1",
36    "bower": "1.8.0",
37    "eslint-plugin-angular": "2.0.0",
38    "event-stream": "3.3.4",
39    "gulp": "3.9.1",
40    "gulp-angular-templatecache": "2.0.0",
41    "gulp-clean": "^0.3.2",
42    "gulp-clean-css": "^3.0.4",
43    "gulp-connect": "5.0.0",
44    "gulp-eslint": "3.0.1",
45    "gulp-htmlparser": "^0.0.4",
46    "gulp-if": "^1.2.5",
47    "gulp-imagemin": "^3.1.1",
48    "gulp-jsoncombine": "^1.0.3",
49    "gulp-load-tasks": "^0.8.3",
50    "gulp-ng-annotate": "^1.1.0",
51    "gulp-ng-constant": "^0.3.0",
52    "gulp-nodemon": "^2.1.0",
53    "gulp-rename": "^1.2.2",
54    "gulp-rev": "^0.4.0",
55    "gulp-rev-replace": "^0.4.2",
56    "gulp-sass": "^2.3.2",
57    "gulp-strip-debug": "^1.0.2",
58    "gulp-uglify": "^1.2.0",
59    "gulp-useref": "^1.2.0",
60    "gulp-util": "^3.0.6",
61    "html-minifier": "^3.3.0",
62    "node-sass": "^4.3.0",
63    "onchange": "^3.2.1",
64    "parallelshell": "^2.0.0",
65    "run-sequence": "^1.1.2"
66  },
67  "license": "MIT",
68  "engines": {
69    "node": ">=0.11.13",
70    "npm": ">=1.4.28"
71  },
72  "author": ""
73}
74