-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 853 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
{
"name": "RestEndpoints",
"version": "1.0.0",
"description": "Rest Endpoints is app for creating quick rest endpoints that can be used by frontend developers for testing there code.",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/env-cmd ./.config node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rest",
"fake",
"endpoints",
"api"
],
"author": "LAXITKUMAR",
"license": "MIT",
"dependencies": {
"angular": ">=1.3 <1.6",
"angular-animate": ">=1.3 <1.6",
"angular-aria": ">=1.3 <1.6",
"angular-material": "^1.1.3",
"angular-material-icons": "^0.7.1",
"angular-messages": ">=1.3 <1.6",
"body-parser": "^1.15.2",
"env-cmd": "^5.0.0",
"express": "^4.14.0",
"express-remove-route": "^0.1.1",
"lowdb": "^0.14.0"
}
}