-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "stats_prototyping",
"version": "1.0.0",
"description": "Description Placeholder",
"main": "worker.js",
"devDependencies": {},
"dependencies": {
"bluebird": "^3.3.4",
"dragula": "^3.6.8",
"json2csv": "^3.5.0",
"later": "^1.2.0",
"materialize-css": "^0.97.5",
"moment": "^2.12.0",
"moment-range": "^2.2.0",
"moment-timezone": "^0.5.4",
"papaparse": "^4.1.2",
"phantomjs": "^2.1.7",
"request": "^2.72.0",
"tablesorter": "^2.27.2",
"webshot": "^0.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "DEPLOY_HOSTNAME=galaxy.meteor.com meteor deploy app.targetedsocial.com --settings settings.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prwelber/stats_prototyping_with_meteor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prwelber/stats_prototyping_with_meteor/issues"
},
"homepage": "https://github.com/prwelber/stats_prototyping_with_meteor#readme"
}