-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 973 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 973 Bytes
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
39
{
"name": "NodeAPI",
"version": "0.0.0",
"description": "This is an API made during Makers Academy",
"main": "index.js",
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node spec/ --verbose"
},
"repository": {
"type": "git",
"url": "git@github.com:HannahCarney/NodeAPI.git"
},
"keywords": [
"npm"
],
"author": "Hannah Carney",
"license": "ISC",
"bugs": {
"url": "https://github.com/HannahCarney/NodeAPI/issues"
},
"homepage": "https://github.com/HannahCarney/NodeAPI",
"devDependencies": {
"casper-chai": "^0.2.1",
"casperjs": "^1.1.0-beta3",
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-express-server": "^0.4.19",
"grunt-mocha-casperjs": "^1.4.1",
"mocha": "^2.1.0",
"mocha-casperjs": "^0.5.3",
"phantomjs": "^1.9.15"
},
"dependencies": {
"ejs": "^2.2.4",
"express": "^4.11.2",
"express-ejs-layouts": "^1.1.0"
}
}