forked from communicativetech/sandpiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "sandpiper",
"version": "1.0.0",
"description": "analytics and data visualization tool",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/communicativetech/sandpiper"
},
"keywords": [
"analytics",
"visualization"
],
"author": "sandpiper",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/communicativetech/sandpiper/issues"
},
"homepage": "https://github.com/communicativetech/sandpiper/blob/master/README.md",
"dependencies": {
"angular": "^1.6.1",
"angular-chart.js": "^1.1.1",
"body-parser": "^1.16.0",
"cors": "^2.8.1",
"express": "^4.14.0",
"mongoose": "^4.7.8",
"jwt-simple": "^0.5.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4"
}
}