blob: 8005c7e7c0aed68df3f2f59a8a63b38db20ab80a [file] [log] [blame]
Michael Davis76720ce2017-02-14 13:44:31 -06001{
2 "name": "openbmc-wires",
Iftekharul Islam99d199f2017-03-24 15:28:25 -05003 "description": "openbmc-wires",
Michael Davis76720ce2017-02-14 13:44:31 -06004 "version": "0.0.1",
Iftekharul Islam99d199f2017-03-24 15:28:25 -05005 "private": false,
Michael Davis76720ce2017-02-14 13:44:31 -06006 "scripts": {
Iftekharul Islam99d199f2017-03-24 15:28:25 -05007 "bower": "node node_modules/bower/bin/bower",
8 "gulp": "node node_modules/gulp/bin/gulp.js",
9 "distribution": "npm run gulp distribution",
10 "serve": "npm run gulp server",
11 "shrinkwrap": "npm shrinkwrap --dev",
12 "start-dev": "npm run gulp server",
13 "webapp": "npm run gulp webapp",
14 "start": "npm run gulp server",
15 "postinstall": "bower install"
Michael Davis76720ce2017-02-14 13:44:31 -060016 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050017 "contributors": [
18 "Iftekharul Islam <iislam@us.ibm.com>"
19 ],
20 "files": [
21 "dist"
22 ],
23 "keywords": [
24 "node"
25 ],
26 "dependencies": {
27 },
28 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060029 "devDependencies": {
Iftekharul Islamf157d372017-03-08 11:11:27 -060030 "angular": "^1.5.6",
31 "angular-route": "^1.5.6",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050032 "bower": "1.8.0",
33 "eslint-plugin-angular": "2.0.0",
34 "event-stream": "3.3.4",
35 "gulp": "3.9.1",
36 "gulp-angular-templatecache": "2.0.0",
37 "gulp-clean": "^0.3.2",
38 "gulp-connect": "5.0.0",
39 "gulp-eslint": "3.0.1",
40 "gulp-htmlparser": "^0.0.4",
41 "gulp-if": "^1.2.5",
42 "gulp-jsoncombine": "^1.0.3",
43 "gulp-load-tasks": "^0.8.3",
44 "gulp-clean-css": "^3.0.4",
45 "gulp-ng-annotate": "^1.1.0",
46 "gulp-ng-constant": "^0.3.0",
47 "gulp-nodemon": "^2.1.0",
48 "gulp-rename": "^1.2.2",
49 "gulp-rev": "^0.4.0",
50 "gulp-rev-replace": "^0.4.2",
51 "gulp-sass": "^2.3.2",
52 "gulp-strip-debug": "^1.0.2",
53 "gulp-uglify": "^1.2.0",
54 "gulp-useref": "^1.2.0",
55 "gulp-util": "^3.0.6",
56 "gulp-imagemin": "^3.1.1",
Michael Davis76720ce2017-02-14 13:44:31 -060057 "autoprefixer": "^6.6.1",
Michael Davis76720ce2017-02-14 13:44:31 -060058 "html-minifier": "^3.3.0",
Michael Davis76720ce2017-02-14 13:44:31 -060059 "node-sass": "^4.3.0",
60 "onchange": "^3.2.1",
61 "parallelshell": "^2.0.0",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050062 "run-sequence": "^1.1.2"
Michael Davis76720ce2017-02-14 13:44:31 -060063 },
Iftekharul Islam99d199f2017-03-24 15:28:25 -050064 "license": "MIT",
65 "engines": {
66 "node": ">=0.11.13",
67 "npm": ">=1.4.28"
68 },
69 "author": ""
Michael Davis76720ce2017-02-14 13:44:31 -060070}