-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 874 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
{
"name": "sequencer",
"version": "2.5.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonrose121/sequencer.git"
},
"author": "Simon Rose",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonrose121/sequencer/issues"
},
"homepage": "https://github.com/simonrose121/sequencer#readme",
"dependencies": {
"body-parser": "^1.17.1",
"ejs": "^2.5.6",
"express": "^4.15.2",
"mongoose": "^4.8.7"
},
"devDependencies": {
"codelyzer": "^2.1.1",
"gulp": "^3.9.1",
"gulp-less": "^3.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "2.4.1",
"gulp-typescript": "^3.1.5",
"gulp-watch": "^4.3.11",
"typescript": "^2.2.1"
}
}