Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Jan 6, 2012
0 parents commit f297270
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: node_js
node_js:
- 0.6

script:
- "npm test"

notifications:
email: false
Empty file added lib/index.js
Empty file.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"author": "Brian M. Carlson <brian@enginode.com> (http://enginode.com)",
"name": "agi",
"description": "AGI (Asterisk Gateway Interface) for writing dialplan scripts",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/brianc/node-agi.git"
},
"main": "lib/",
"scripts": {
"test": "mocha -r should -R tap"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}

0 comments on commit f297270

Please sign in to comment.