blob: 8e6844bd093484bb9934ab4d9eccd197371c9fc2 [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 ],
Michael Davis3a0d4712017-03-27 14:01:34 -050026 "dependencies": {},
Iftekharul Islam99d199f2017-03-24 15:28:25 -050027 "peerDependencies": {},
Michael Davis76720ce2017-02-14 13:44:31 -060028 "devDependencies": {
Iftekharul Islamf157d372017-03-08 11:11:27 -060029 "angular": "^1.5.6",
30 "angular-route": "^1.5.6",
Michael Davis3a0d4712017-03-27 14:01:34 -050031 "autoprefixer": "^6.6.1",
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",
Michael Davis3a0d4712017-03-27 14:01:34 -050038 "gulp-clean-css": "^3.0.4",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050039 "gulp-connect": "5.0.0",
40 "gulp-eslint": "3.0.1",
41 "gulp-htmlparser": "^0.0.4",
42 "gulp-if": "^1.2.5",
Michael Davis3a0d4712017-03-27 14:01:34 -050043 "gulp-imagemin": "^3.1.1",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050044 "gulp-jsoncombine": "^1.0.3",
45 "gulp-load-tasks": "^0.8.3",
Iftekharul Islam99d199f2017-03-24 15:28:25 -050046 "gulp-ng-annotate": "^1.1.0",
47 "gulp-ng-constant": "^0.3.0",
48 "gulp-nodemon": "^2.1.0",
49 "gulp-rename": "^1.2.2",
50 "gulp-rev": "^0.4.0",
51 "gulp-rev-replace": "^0.4.2",
52 "gulp-sass": "^2.3.2",
53 "gulp-strip-debug": "^1.0.2",
54 "gulp-uglify": "^1.2.0",
55 "gulp-useref": "^1.2.0",
56 "gulp-util": "^3.0.6",
Michael Davis76720ce2017-02-14 13:44:31 -060057 "html-minifier": "^3.3.0",
Michael Davis76720ce2017-02-14 13:44:31 -060058 "node-sass": "^4.3.0",
59 "onchange": "^3.2.1",
60 "parallelshell": "^2.0.0",
Michael Davis3a0d4712017-03-27 14:01:34 -050061 "run-sequence": "^1.1.2",
62 "v-accordion": "^1.6.0"
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}