forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 5.1 KB
/
Copy pathpackage.json
File metadata and controls
145 lines (145 loc) · 5.1 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "openopps-platform",
"private": true,
"version": "0.14.4",
"description": "platform that creates an empowered network through sharing skills and collaborating on projects",
"keywords": [],
"dependencies": {
"async": "^2.0.0-rc.2",
"autolinker": "^1.1.0",
"aws-sdk": "^2.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"backbone": "^1.3.2",
"bcryptjs": "*",
"bluebird": "^3.3.5",
"blueimp-file-upload": "^9.x.x",
"bootstrap": "^3.3.6",
"bourbon": "^4.2.6",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"cfenv": "^1.0.3",
"connect-pg-simple": "^3.1.0",
"connect-redis": "^3.0.2",
"csv-parse": "^1.0.4",
"csvtojson": "^1.x.x",
"db-migrate": "^0.10.0-beta.11",
"db-migrate-pg": "^0.1.9",
"ejs": "^2.x.x",
"express": "^3.x.x",
"file-type": "^3.8.0",
"gm": "^1.22.0",
"grunt": "^1.x.x",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "^1.x.x",
"grunt-contrib-concat": "^1.x.x",
"grunt-contrib-copy": "^1.x.x",
"grunt-contrib-cssmin": "^1.x.x",
"grunt-contrib-jst": "^1.x.x",
"grunt-contrib-sass": "^1.x.x",
"grunt-contrib-uglify": "^2.x.x",
"grunt-contrib-watch": "^1.x.x",
"grunt-sails-linker": "~0.10.1",
"grunt-sass": "^1.1.0",
"grunt-sync": "0.6.2",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.0.0",
"helmet": "^2.1.1",
"i18next": "^3.x.x",
"i18next-xhr-backend": "^1.x.x",
"include-all": "^1.x.x",
"jquery": "^3.x.x",
"jquery-i18next": "^1.x.x",
"json2csv": "^3.3.0",
"location": "0.0.1",
"lodash": "^4.11.2",
"lusca": "^1.4.1",
"marked": "openopps/marked",
"moment": "^2.12.0",
"navigator": "^1.0.1",
"newrelic": "^1.27.2",
"node-uuid": "^1.4.7",
"nodemailer": "latest",
"nodemailer-smtp-pool": "^2.5.2",
"nodemailer-smtp-transport": "^2.4.2",
"nodemon": "^1.9.1",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-myusa": "^1.0.0",
"pg": "^6.x.x",
"pg-promise": "^5.x.x",
"rc": "^1.x.x",
"request": "^2.69.0",
"sails": "^0.12.3",
"sails-build-dictionary": "^0.10.1",
"sails-db-migrate": "^1.3.1",
"sails-disk": "~0.10.9",
"sails-postgresql": "^0.12.1",
"select2": "3.5.2-browserify",
"string": "^3.3.1",
"underscore": "^1.8.3",
"uswds": "latest",
"validator": "^5.1.0",
"watchify": "^3.7.0",
"d3": "^4.2.2",
"html-browserify": "0.0.6",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"casperjs": "1.1.3",
"chai": "^3.5.0",
"chai-datetime": "^1.4.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.2",
"mocha": "^3.x.x",
"mocha-casperjs": "^0.5.6",
"replay": "^2.0.6",
"sails-memory": "^0.10.6",
"sinon": "^1.17.3",
"superagent": "^2.x.x",
"supertest": "^2.x.x",
"webpack": "1.13.2"
},
"config": {
"dir": "."
},
"scripts": {
"preinstall": "if [ \"$THEME\" ]; then rm -rf _theme; git clone $THEME _theme; npm run import --openopps-platform:dir=_theme; fi",
"import": "cp -v $npm_package_config_dir/exclude.txt exclude.txt | true && rsync -av --exclude-from=exclude.txt $npm_package_config_dir/* .",
"postinstall": "npm run migrate && npm run uswds && node --version && pwd && ls",
"init": "node ./tools/init.js",
"demo": "node ./tools/demo.js",
"build": "npm run browserify",
"migrate": "grunt db:migrate:up",
"check-migrate": "$npm_package_config_grunt db:migrate:up --dry-run | perl -ne 's/.*Processed migration (.*)/\\x1b[41m[WARNING] Pending Migration: \\1\\x1b[0m (Run `npm run migrate`)/ && print'",
"start": "node app.js",
"test": "node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/integration/**/*.test.js",
"jshint": "find assets/js/backbone -name \\*js -exec ./node_modules/jshint/bin/jshint {} \\;",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- test/bootstrap.test.js test/integration/**/*.test.js",
"debug": "node debug app.js",
"watch": "npm run watch:server & npm run watch:client",
"watch:server": "nodemon --ignore .git/ --ignore assets/app --ignore .tmp/ --ignore node_modules/ app.js",
"watch:client": "npm run watch:client:js",
"watch:client:js": "watchify --debug assets/js/backbone/app.js -o assets/js/bundle.js -t [ html-browserify ] -t [ babelify --presets [ es2015 stage-0 ] ] -t [ brfs ]",
"uswds": "npm run uswds:css && npm run uswds:images && npm run uswds:fonts",
"uswds:css": "cp node_modules/uswds/dist/css/uswds.css assets/styles/",
"uswds:images": "cp -r node_modules/uswds/dist/img/ ./assets/images/uswds",
"uswds:fonts": "mkdir -p ./assets/fonts && cp node_modules/uswds/dist/fonts/* ./assets/fonts/."
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/18F/openopps-platform.git"
},
"bugs": "https://github.com/18F/openopps-platform/issues",
"license": "CC0-1.0",
"engines": {
"node": "5.11.1",
"npm": "3.8.9"
}
}