-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"author": "Pryv <[email protected]>",
"name": "browser",
"description": "The Pryv web app.",
"version": "0.14.4",
"private": true,
"homepage": "http://pryv.com",
"engines": {
"node": "8.X"
},
"dependencies": {
"airbrake": "~2.1.1",
"backbone": "~1.1.2",
"backbone.marionette": "~1.8.6",
"d3": "4.9.1",
"google-maps": "~1.0.0",
"marked": "~0.6.2",
"mocha": "^6.1.4",
"pryv": "git+https://github.com/pryv/lib-javascript.git#works/app-web",
"socket.io-client": "~2.2.0",
"underscore": "~1.5.2"
},
"scripts": {
"build-dev": "grunt",
"build-production": "grunt production",
"build-ghpages": "grunt ghpages",
"webserver": "node node_modules/rec-la/webserver/main.js ./dist"
},
"devDependencies": {
"acorn": "~6.1.1",
"blanket": "latest",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-git": "latest",
"grunt-mocha-test": "latest",
"grunt-preprocess": "latest",
"grunt-shell": "latest",
"nock": "latest",
"rec-la": "latest",
"should": "latest"
},
"optionalDependencies": {}
}