-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.62 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
68
69
70
{
"name": "picsure",
"version": "0.1.0",
"description": "Share pictures securely",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jean-Sebastien Legare",
"license": "GPL",
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"faye": "^1.1.2",
"morgan": "^1.6.1",
"multer": "^1.1.0",
"nedb": "^1.4.0",
"node-static": "^0.7.7",
"node-uuid": "^1.4.3",
"plogging": "0.0.4"
},
"browser": {
"jquery": "./cli/js/3p/jquery-1.11.3.min.js",
"faye": "./cli/js/3p/faye.js",
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.min.js",
"backbone": "./cli/js/3p/backbone-min.js",
"underscore": "./cli/js/3p/underscore-min.js"
},
"browserify-shim": {
"jquery": {
"exports": "$"
},
"bootstrap": {
"depends": [
"jquery:jQuery"
]
},
"underscore": {
"exports": "_"
},
"backbone": {
"depends": [
"underscore",
"jquery"
],
"exports": "Backbone"
}
},
"devDependencies": {
"bootstrap": "^3.3.5",
"browserify": "^12.0.0",
"browserify-shim": "^3.8.11",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.3",
"hbsfy": "^2.4.1",
"lodash.assign": "^3.2.0",
"node-inspector": "^0.12.3",
"nodemon": "^1.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.5.0"
}
}