Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base package.json for gulp/angular projects #1

Open
itsthatguy opened this issue May 28, 2015 · 0 comments
Open

base package.json for gulp/angular projects #1

itsthatguy opened this issue May 28, 2015 · 0 comments

Comments

@itsthatguy
Copy link
Contributor

{
  "name": "<PROJECT NAME>",
  "private": true,
  "version": "0.0.1",
  "description": "<PROJECT DESCRIPTION>",
  "keywords": [],
  // START -- THIS IS FOR NW.JS
  "window": {
    "icon": "app/images/icon.png",
    "frame": false,
    "toolbar": false,
    "width": 400,
    "height": 600,
    "position": "center",
    "resizable": true,
    "always-on-top": true
  },
  "webkit": {
    "plugin": false
  },
  "main": "index.html#main",
  // END
  "dependencies": {
    "angular": "^1.3.15",
    "babel-core": "^5.4.2",
    "babel-loader": "^5.1.0",
    "bower": "^1.4.1",
    "browser-sync": "^2.7.1",
    "browserify": "^7.0.0",
    "del": "^1.1.1",
    "express": "^4.12.3",
    "gulp": "^3.8.11",
    "gulp-filter": "^2.0.2",
    "gulp-inject": "^1.2.0",
    "gulp-jade": "^1.0.0",
    "gulp-jshint": "^1.11.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-plumber": "^1.0.0",
    "gulp-plumber": "^1.0.1",
    "gulp-sass": "^2.0.1",
    "gulp-sass-bulk-import": "^0.3.0",
    "gulp-util": "^3.0.4",
    "gulp-watch": "^4.2.4",
    "gulp-webpack": "^1.4.0",
    "jshint-stylish": "^2.0.0",
    "jsx-loader": "^0.13.2",
    "lodash": "^3.8.0",
    "main-bower-files": "^2.8.0",
    "mocha": "^2.0.1",
    "node-bourbon": "^4.2.2",
    "node-libs-browser": "^0.5.0",
    "watchify": "^2.1.1",
    "webpack": "^1.9.6"
  },
  "devDependencies": {
    "bulk-require": "^0.2.1",
    "chai": "^1.10.0",
    "node-webkit-builder": "^1.0.11" // for nw.js
  },
  "scripts": {
    "postinstall": "bower install && gulp",
    "start": "node_modules/.bin/nodewebkit ./dist", // for nw.js
    "start": "$(npm bin)/gulp serve", // for nw.js
    "test": "mocha"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant