Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Aug 28, 2015
0 parents commit 5176597
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
registry=http://registry.npmjs.org/
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "0.12"
sudo: false
branches:
only:
- master
- /^fix-.*$/
- /^issue-.*$/
5 changes: 5 additions & 0 deletions README.md
@@ -0,0 +1,5 @@
# ng-dice

> AngularJS (NG) unit testing with dependency injection (DI) and code extraction (CE) tricks
Stay tuned
34 changes: 34 additions & 0 deletions package.json
@@ -0,0 +1,34 @@
{
"name": "ng-dice",
"version": "1.0.0",
"description": "AngularJS (NG) unit testing with dependency injection (DI) and code extraction (CE) tricks",
"main": "ng-dice.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahmutov/ng-dice.git"
},
"keywords": [
"angular",
"angularjs",
"ng",
"dependency",
"injection",
"di",
"code",
"extraction",
"ce",
"unit",
"testing",
"testing",
"bdd"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/ng-dice/issues"
},
"homepage": "https://github.com/bahmutov/ng-dice#readme"
}

0 comments on commit 5176597

Please sign in to comment.