Skip to content

Commit ae229a6

Browse files
committedJul 24, 2012
fail travis
1 parent ced64d8 commit ae229a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "apiengine-client"
3+
, "version": "0.0.1"
4+
, "description": "ApiEngine is going to kick ass"
5+
, "keywords": ["api", "rest"]
6+
, "author": "Thomas Davis <thomasalwyndavis@gmail.com>"
7+
, "main": "index"
8+
, "scripts": {
9+
"test": "make test"
10+
}
11+
, "devDependencies": {
12+
"mocha": "0.3.x"
13+
}
14+
}

0 commit comments

Comments
 (0)
Please sign in to comment.