summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 63f06d07a2970b6866e3a838c7756f0b0ec4cd9e (plain)
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
66
67
68
{
  "name": "openbmc-wires",
  "description": "openbmc-wires",
  "version": "0.0.1",
  "private": false,
  "scripts": {
    "bower": "node node_modules/bower/bin/bower",
    "gulp": "node node_modules/gulp/bin/gulp.js",
    "distribution": "npm run gulp distribution",
    "minifyvendors": "npm run gulp minifyvendors",
    "serve": "npm run gulp server",
    "shrinkwrap": "npm shrinkwrap --dev",
    "start-dev": "npm run gulp server",
    "webapp": "npm run gulp webapp",
    "start": "npm run gulp server",
    "postinstall": "bower install"
  },
  "contributors": [
    "Iftekharul Islam <iislam@us.ibm.com>"
  ],
  "files": [
    "dist"
  ],
  "keywords": [
    "node"
  ],
  "dependencies": {},
  "peerDependencies": {},
  "devDependencies": {
    "autoprefixer": "^6.6.1",
    "bower": "1.8.0",
    "eslint-plugin-angular": "2.0.0",
    "event-stream": "3.3.4",
    "gulp": "3.9.1",
    "gulp-angular-templatecache": "2.0.0",
    "gulp-clean": "^0.3.2",
    "gulp-clean-css": "^3.0.4",
    "gulp-connect": "5.0.0",
    "gulp-eslint": "3.0.1",
    "gulp-htmlparser": "^0.0.4",
    "gulp-if": "^1.2.5",
    "gulp-imagemin": "^3.1.1",
    "gulp-jsoncombine": "^1.0.3",
    "gulp-load-tasks": "^0.8.3",
    "gulp-ng-annotate": "^1.1.0",
    "gulp-ng-constant": "^0.3.0",
    "gulp-nodemon": "^2.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-rev": "^0.4.0",
    "gulp-rev-replace": "^0.4.2",
    "gulp-sass": "^2.3.2",
    "gulp-strip-debug": "^1.0.2",
    "gulp-uglify": "^1.2.0",
    "gulp-useref": "^1.2.0",
    "gulp-util": "^3.0.6",
    "html-minifier": "^3.3.0",
    "node-sass": "^4.3.0",
    "onchange": "^3.2.1",
    "parallelshell": "^2.0.0",
    "run-sequence": "^1.1.2"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.11.13",
    "npm": ">=1.4.28"
  },
  "author": ""
}
OpenPOWER on IntegriCloud