Skip to content

Commit c846460

Browse files
committed
add package.json
1 parent 49ac768 commit c846460

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "rest-api-express",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "express.js",
6+
"scripts": {
7+
"start": "node express.js",
8+
"test": "mocha express.test.js"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/azat-co/rest-api-express.git"
13+
},
14+
"author": "",
15+
"license": "BSD-2-Clause",
16+
"bugs": {
17+
"url": "https://github.com/azat-co/rest-api-express/issues"
18+
},
19+
"dependencies": {
20+
"express": "~3.5.1",
21+
"mongoskin": "~1.3.20"
22+
},
23+
"devDependencies": {
24+
"expect": "~0.1.1",
25+
"superagent": "~0.17.0",
26+
"chai": "~1.9.1",
27+
"mocha": "~1.18.2"
28+
}
29+
}

0 commit comments

Comments
 (0)