|
1 | 1 | { |
2 | | - "name": "globalize-so-what-cha-want", |
3 | | - "version": "0.10.0", |
4 | | - "description": "Tell me what Globalize 1.x modules you want to use, I'll tell you what you need.", |
| 2 | + "name": "es6-babel-react-flux-karma", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "ES6 + TypeScript + Babel + React + Karma: The Secret Recipe", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "karma start --reporters mocha,junit --single-run --browsers PhantomJS", |
|
11 | 11 | }, |
12 | 12 | "repository": { |
13 | 13 | "type": "git", |
14 | | - "url": "git+https://github.com/johnnyreilly/globalize-so-what-cha-want.git" |
| 14 | + "url": "git+https://github.com/microsoft/typescriptsamples.git" |
15 | 15 | }, |
16 | 16 | "keywords": [ |
17 | 17 | "Globalize", |
|
22 | 22 | "author": "John Reilly", |
23 | 23 | "license": "MIT", |
24 | 24 | "bugs": { |
25 | | - "url": "https://github.com/johnnyreilly/globalize-so-what-cha-want/issues" |
| 25 | + "url": "https://github.com/microsoft/typescriptsamples/issues" |
26 | 26 | }, |
27 | | - "homepage": "https://github.com/johnnyreilly/globalize-so-what-cha-want#readme", |
| 27 | + "homepage": "https://github.com/Microsoft/TypeScriptSamples/tree/master/es6-babel-react-flux-karma#readme", |
28 | 28 | "devDependencies": { |
29 | | - "babel": "^5.8.23", |
30 | | - "babel-core": "^5.8.25", |
31 | | - "babel-loader": "^5.3.2", |
| 29 | + "babel": "^6.0.0", |
| 30 | + "babel-core": "^6.0.0", |
| 31 | + "babel-loader": "^6.0.0", |
| 32 | + "babel-polyfill": "^6.0.0", |
| 33 | + "babel-preset-es2015": "^6.0.0", |
| 34 | + "babel-preset-react": "^6.0.0", |
32 | 35 | "del": "^2.0.2", |
33 | 36 | "eslint": "^1.6.0", |
34 | 37 | "flux": "^2.0.3", |
|
0 commit comments