-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node_github_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/matteomanzo/node_github_api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matteomanzo/node_github_api/issues"
},
"homepage": "https://github.com/matteomanzo/node_github_api",
"devDependencies": {
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^1.10.0",
"ejs": "^2.2.4",
"express": "^4.11.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-express-server": "^0.4.19",
"grunt-mocha-casperjs": "^1.4.1",
"jshint": "^2.6.0",
"mocha": "^2.1.0",
"mocha-casperjs": "^0.5.3",
"phantomjs": "^1.9.15"
},
"dependencies": {
"ejs": "^2.2.4",
"mustache": "^1.0.0"
}
}