Last active
August 29, 2015 14:24
-
-
Save delebash/07ae8586f295bcd4f94b to your computer and use it in GitHub Desktop.
aurelia package.json for typescript
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": "aurelia-skeleton-navigation", | |
"version": "0.15.1", | |
"description": "A starter kit for building a standard navigation-style app with Aurelia.", | |
"keywords": [ | |
"aurelia", | |
"navigation", | |
"skeleton" | |
], | |
"homepage": "http://aurelia.io", | |
"bugs": { | |
"url": "https://github.com/aurelia/skeleton-navigation/issues" | |
}, | |
"license": "MIT", | |
"author": "Rob Eisenberg <[email protected]> (http://robeisenberg.com/)", | |
"main": "dist/commonjs/index.js", | |
"repository": { | |
"type": "git", | |
"url": "http://github.com/aurelia/skeleton-navigation" | |
}, | |
"devDependencies": { | |
"aurelia-tools": "^0.1.7", | |
"browser-sync": "^2.7.13", | |
"conventional-changelog": "0.0.17", | |
"del": "^1.2.0", | |
"engine.io-client": "automattic/engine.io-client", | |
"gulp": "^3.9.0", | |
"gulp-babel": "^5.1.0", | |
"gulp-bump": "^0.3.1", | |
"gulp-changed": "^1.2.1", | |
"gulp-jshint": "^1.11.2", | |
"gulp-plumber": "^1.0.1", | |
"gulp-protractor": "^1.0.0", | |
"gulp-sass": "^2.0.3", | |
"gulp-sourcemaps": "^1.5.2", | |
"gulp-yuidoc": "^0.1.2", | |
"jasmine-core": "^2.3.4", | |
"jshint-stylish": "^2.0.1", | |
"karma": "^0.12.37", | |
"karma-babel-preprocessor": "^5.2.1", | |
"karma-chrome-launcher": "^0.2.0", | |
"karma-coverage": "^0.4.2", | |
"karma-jasmine": "^0.3.6", | |
"karma-jspm": "^1.1.5", | |
"merge2": "^0.3.6", | |
"object.assign": "^3.0.1", | |
"require-dir": "^0.3.0", | |
"run-sequence": "^1.1.1", | |
"socket.io": "^1.3.5", | |
"typescript": "^1.5.0-beta", | |
"vinyl-paths": "^1.0.0", | |
"yargs": "^3.14.0" | |
}, | |
"jspm": { | |
"dependencies": { | |
"aurelia-animator-css": "github:aurelia/animator-css@^0.13.0", | |
"aurelia-bootstrapper": "github:aurelia/bootstrapper@^0.14.0", | |
"aurelia-dependency-injection": "github:aurelia/dependency-injection@^0.9.0", | |
"aurelia-framework": "github:aurelia/framework@^0.13.0", | |
"aurelia-http-client": "github:aurelia/http-client@^0.10.0", | |
"aurelia-router": "github:aurelia/router@^0.10.0", | |
"bootstrap": "github:twbs/bootstrap@^3.3.4", | |
"core-js": "npm:core-js@^0.9.4", | |
"css": "github:systemjs/plugin-css@^0.1.11", | |
"font-awesome": "npm:font-awesome@^4.3.0" | |
}, | |
"devDependencies": { | |
"babel": "npm:babel-core@^5.1.13", | |
"babel-runtime": "npm:babel-runtime@^5.1.13", | |
"core-js": "npm:core-js@^0.9.4" | |
}, | |
"overrides": { | |
"npm:[email protected]": { | |
"main": "client/shim.min" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment