Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Official Youtube DATA API (v3) [reference documentation](https://developers.goog

## Development

Installing the Karma test runner with `npm install karma -g`, then run the tests with `karma start`.
Installing the npm list `npm install`, then run the tests with `npm test`.

## Copyright and License

Expand Down
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"components"
],
"devDependencies": {
"angular": "~1.3.12",
"angular-mocks": "~1.3.12",
"angular-mocks-unstable": "~1.1.5",
"angular-unstable": "1.1.5"
"angular": "~1.4.7",
"angular-mocks": "~1.4.7"
}
}
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "nggapi",
"version": "0.0.0",
"description": "ngGAPI is a [Google APIs](https://code.google.com/apis/console/) client for AngularJS.",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/christiansmith/ngGAPI.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/christiansmith/ngGAPI/issues"
},
"homepage": "https://github.com/christiansmith/ngGAPI#readme",
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
}
}