-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.78 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.78 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "landmark-remark",
"version": "0.0.1",
"description": "Allows users to save location based notes on a map.",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"browser-sync": "^2.18.11",
"errorhandler": "^1.5.0",
"express": "^4.15.3",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.3.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-install": "^1.1.0",
"gulp-less": "^3.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.11",
"lazypipe": "^1.0.1",
"path": "^0.12.7",
"pug": "^2.0.0-rc.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sqlite": "^2.7.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"browser-sync": "^2.18.11",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.3.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-install": "^1.1.0",
"gulp-less": "^3.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.11",
"lazypipe": "^1.0.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2"
},
"scripts": {
"start": "gulp start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ray-kay/landmark-remark.git"
},
"author": "Ralf Hauptmann",
"license": "ISC",
"bugs": {
"url": "https://github.com/ray-kay/landmark-remark/issues"
},
"homepage": "https://github.com/ray-kay/landmark-remark#readme"
}