-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "GAOWL",
"private": true,
"version": "0.0.11",
"description": "A demo of gulp, sails v10.4, waterlock",
"keywords": [],
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"author": "Karnith / JCMar",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.0.2",
"connect-mongo": "^0.4.1",
"ejs": "^1.0.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.8",
"gulp-bower": "*",
"gulp-cache": "^0.2.0",
"gulp-changed": "^0.4.1",
"gulp-coffee": "2.1.1",
"gulp-concat": "^2.3.4",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^1.0.0",
"gulp-jade": "0.7.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "1.3.5",
"gulp-linker": "^0.1.7",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "0.7.3",
"gulp-template-compile": "^0.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "3.0.0",
"include-all": "~0.1.3",
"main-bower-files": "*",
"rc": "~0.5.0",
"run-sequence": "^0.3.6",
"sails": "~0.10.4",
"sails-mongo": "^0.10.4",
"waterlock": "git://github.com/Karnith/waterlock.git",
"waterlock-local-auth": "git://github.com/Karnith/waterlock-local-auth.git"
},
"devDependencies": {
"sails-disk": "^0.10.3"
},
"repository": {
"type": "git",
"url": "git://github.com/Karnith/GAOWL.git"
},
"bugs": {
"url": "https://github.com/Karnith/GAOWL/issues"
}
}