Skip to content

Commit ae229a6

Browse files
committed
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

Lines changed: 14 additions & 0 deletions
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 <[email protected]>"
7+
, "main": "index"
8+
, "scripts": {
9+
"test": "make test"
10+
}
11+
, "devDependencies": {
12+
"mocha": "0.3.x"
13+
}
14+
}

0 commit comments

Comments
 (0)