mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
update package.json
This commit is contained in:
11
package.json
11
package.json
@ -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",
|
||||||
|
Reference in New Issue
Block a user