update package.json

This commit is contained in:
Tim Lancina
2015-12-17 14:59:42 -06:00
parent 3927ee8957
commit e74cee7aa4

View File

@ -1,24 +1,17 @@
{ {
"name": "ionic-framework", "private": "true",
"name": "ionic2",
"version": "2.0.0-alpha.44", "version": "2.0.0-alpha.44",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/driftyco/ionic2.git" "url": "https://github.com/driftyco/ionic2.git"
}, },
"main": "tooling/index.js",
"scripts": { "scripts": {
"test": "gulp karma", "test": "gulp karma",
"test:generators": "jasmine-node ./tooling/spec", "test:generators": "jasmine-node ./tooling/spec",
"link": "npm install && gulp src && npm link" "link": "npm install && gulp src && npm link"
}, },
"files": [
"dist/css",
"dist/fonts",
"dist/js",
"dist/src",
"tooling"
],
"dependencies": { "dependencies": {
"angular2": "^2.0.0-beta.0", "angular2": "^2.0.0-beta.0",
"colors": "^1.1.2", "colors": "^1.1.2",