-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverting to Angular2/beta until rc 1 is stabilized
- Loading branch information
1 parent
cc164e5
commit 1b0a686
Showing
10 changed files
with
77 additions
and
78 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,58 @@ | ||
{ | ||
"name": "ng2-data", | ||
"version": "0.1.0", | ||
"description": "Convential HTTP client for Model Data in Angular 2", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/raghunat/ng2-data.git" | ||
}, | ||
"main": "src/store.service", | ||
"scripts": { | ||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
"tsc": "tsc", | ||
"tsc:w": "tsc -w", | ||
"lite": "lite-server", | ||
"typings": "typings", | ||
"postinstall": "typings install", | ||
"test": "./node_modules/karma/bin/karma start" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"data", | ||
"orm", | ||
"http" | ||
], | ||
"author": "raghunat", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/raghunat/ng2-data/issues" | ||
}, | ||
"typings": "./ng2-data.d.ts", | ||
"homepage": "https://github.com/raghunat/ng2-data#readme", | ||
"dependencies": { | ||
"@angular/core": "2.0.0-rc.1", | ||
"@angular/http": "2.0.0-rc.1", | ||
"es6-shim": "^0.35.0", | ||
"reflect-metadata": "0.1.3", | ||
"rxjs": "5.0.0-beta.6", | ||
"systemjs": "0.19.26", | ||
"zone.js": "^0.6.12" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.15.0", | ||
"concurrently": "^2.0.0", | ||
"cors": "^2.7.1", | ||
"express": "^4.13.4", | ||
"glob": "^7.0.3", | ||
"jasmine-core": "^2.4.1", | ||
"jasmine-spec-reporter": "^2.4.0", | ||
"karma": "^0.13.22", | ||
"karma-chrome-launcher": "^0.2.2", | ||
"karma-jasmine": "^0.3.7", | ||
"karma-mocha-reporter": "^2.0.0", | ||
"lite-server": "^2.1.0", | ||
"systemjs": "~0.19.24", | ||
"typescript": "^1.8.10", | ||
"typings": "^0.8.1" | ||
} | ||
"name": "ng2-data", | ||
"version": "0.1.1", | ||
"description": "Convential HTTP client for Model Data in Angular 2", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/raghunat/ng2-data.git" | ||
}, | ||
"main": "src/store.service", | ||
"scripts": { | ||
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ", | ||
"tsc": "tsc", | ||
"tsc:w": "tsc -w", | ||
"lite": "lite-server", | ||
"typings": "typings", | ||
"postinstall": "typings install", | ||
"test": "./node_modules/karma/bin/karma start" | ||
}, | ||
"keywords": [ | ||
"angular", | ||
"angular2", | ||
"data", | ||
"orm", | ||
"http" | ||
], | ||
"author": "raghunat", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/raghunat/ng2-data/issues" | ||
}, | ||
"typings": "./ng2-data.d.ts", | ||
"homepage": "https://github.com/raghunat/ng2-data#readme", | ||
"dependencies": { | ||
"angular2": "2.0.0-beta.9", | ||
"es6-promise": "^3.0.2", | ||
"es6-shim": "^0.33.3", | ||
"reflect-metadata": "0.1.2", | ||
"rxjs": "5.0.0-beta.2", | ||
"zone.js": "0.5.15" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.15.0", | ||
"concurrently": "^2.0.0", | ||
"cors": "^2.7.1", | ||
"express": "^4.13.4", | ||
"glob": "^7.0.3", | ||
"jasmine-core": "^2.4.1", | ||
"jasmine-spec-reporter": "^2.4.0", | ||
"karma": "^0.13.22", | ||
"karma-chrome-launcher": "^0.2.2", | ||
"karma-jasmine": "^0.3.7", | ||
"karma-mocha-reporter": "^2.0.0", | ||
"lite-server": "^2.1.0", | ||
"systemjs": "~0.19.24", | ||
"typescript": "^1.8.10", | ||
"typings": "^0.8.1" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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