OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "javascript-api-utils", |
| 3 "version": "0.2.0", |
| 4 "description": "A collection of utility modules built on top of the gapi clien
t library.", |
| 5 "scripts": { |
| 6 "test": "make" |
| 7 }, |
| 8 "repository": { |
| 9 "type": "git", |
| 10 "url": "git://github.com/googleanalytics/javascript-api-utils.git" |
| 11 }, |
| 12 "keywords": [ |
| 13 "analytics", |
| 14 "utilities", |
| 15 "gapi", |
| 16 "google" |
| 17 ], |
| 18 "author": "philipwalton", |
| 19 "license": "Apache2", |
| 20 "bugs": { |
| 21 "url": "https://github.com/googleanalytics/javascript-api-utils/issues" |
| 22 }, |
| 23 "homepage": "https://github.com/googleanalytics/javascript-api-utils", |
| 24 "devDependencies": { |
| 25 "browserify": "^6.0.3", |
| 26 "jshint": "^2.5.6", |
| 27 "mocha": "^1.21.4", |
| 28 "mout": "^0.11.0", |
| 29 "native-promise-only": "^0.7.6-a", |
| 30 "sinon": "^1.10.3", |
| 31 "uglify-js": "^2.4.15" |
| 32 } |
| 33 } |
OLD | NEW |