Last active
August 29, 2015 14:01
-
-
Save chatman-media/e40ecbecceb528b6f17f to your computer and use it in GitHub Desktop.
Stack answer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "angular-curve", | |
| "version": "0.0.0", | |
| "description": "Description", | |
| "homepage": "https://github.com/kenhkan/angular-curve", | |
| "author": "Kenneth Kan <kenhkan@gmail.com>", | |
| "licenses": { | |
| "type": "MIT", | |
| "url": "https://github.com/kenhkan/angular-curve/blob/master/LICENSE" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/kenhkan/angular-curve.git" | |
| }, | |
| "engines": { | |
| "node": ">=0.10.21" | |
| }, | |
| "scripts": { | |
| "start": "grunt", | |
| "test": "grunt karma:ci", | |
| "build": "grunt build" | |
| }, | |
| "dependencies": { | |
| "angular-templates-brunch": "*", | |
| "appcache-brunch": "*", | |
| "auto-reload-brunch": "*", | |
| "autoprefixer-brunch": "^1.8.0", | |
| "bower": "*", | |
| "brunch": "*", | |
| "clean-css-brunch": "*", | |
| "coffee-script-brunch": "*", | |
| "coffeelint-brunch": "*", | |
| "css-brunch": "*", | |
| "eco-brunch": "*", | |
| "glob": "*", | |
| "grunt": "*", | |
| "grunt-brunch": "*", | |
| "grunt-bump": "*", | |
| "grunt-cli": "*", | |
| "grunt-contrib-clean": "*", | |
| "grunt-contrib-copy": "*", | |
| "grunt-contrib-watch": "*", | |
| "grunt-conventional-changelog": "*", | |
| "grunt-docker": "*", | |
| "grunt-karma": "*", | |
| "grunt-s3": "~0.2.0-alpha.3", | |
| "grunt-shell-spawn": "*", | |
| "handlebars-brunch": "*", | |
| "html-brunch": "*", | |
| "html2jade": "^0.7.5", | |
| "http-server": "*", | |
| "jade": "*", | |
| "jade-brunch": "*", | |
| "javascript-brunch": "*", | |
| "jshint-brunch": "*", | |
| "karma": "*", | |
| "lazy.js": "*", | |
| "less-brunch": "*", | |
| "ngmin-uglify-js-brunch": "*", | |
| "sass-brunch": "*", | |
| "stylus-brunch": "*" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment