-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.11 KB
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
40
41
42
43
44
45
46
47
48
{
"name": "appstore",
"version": "1.10.0",
"description": "app store",
"engines": {
"node": "6.2.0",
"npm": "3.8.9"
},
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"test": "mocha --reporter nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptlergo/AppStore.git"
},
"author": "Patrick Funom",
"license": "ISC",
"bugs": {
"url": "https://github.com/ptlergo/AppStore/issues"
},
"homepage": "https://github.com/ptlergo/AppStore#readme",
"dependencies": {
"body-parser": "1.15.2",
"dotenv": "2.0.0",
"express": "4.14.0",
"gulp": "3.9.1",
"gulp-bump": "^2.4.0",
"gulp-mocha": "3.0.1",
"lincoln-logs": "^1.0.2",
"localenvironment": "1.0.2",
"mocha": "3.0.0",
"mysql": "2.11.1",
"sequelize": "3.23.6"
},
"devDependencies": {
"chai": "3.5.0",
"colors": "1.1.2",
"eslint": "3.2.2",
"eslint-config-airbnb": "10.0.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-jsx-a11y": "2.0.1",
"eslint-plugin-react": "6.0.0",
"faker": "3.1.0",
"supertest": "2.0.0"
}
}