forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 5.16 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
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
{
"name": "openopps-platform",
"private": true,
"version": "0.10.4",
"description": "platform that creates an empowered network through sharing skills and collaborating on projects",
"keywords": [],
"dependencies": {
"async": "^2.0.0-rc.2",
"autolinker": "^0.26.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.5.7",
"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": "^0.5.6",
"db-migrate": "^0.10.0-beta.11",
"db-migrate-pg": "^0.1.9",
"ejs": "2.3.4",
"file-type": "^3.8.0",
"gm": "^1.22.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.13.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-jst": "0.6.0",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "0.5.3",
"grunt-sails-linker": "~0.10.1",
"grunt-sass": "^1.1.0",
"grunt-sync": "0.2.4",
"i18next": "^2.4.1",
"i18next-xhr-backend": "^0.5.3",
"include-all": "~0.1.6",
"jquery": "^2.2.2",
"jquery-i18next": "^0.2.0",
"jquery.atwho": "ichord/At.js#v0.4.7",
"jquery.caret": "ichord/Caret.js#v0.0.7",
"jsdom": "^8.4.0",
"json2csv": "^3.3.0",
"location": "0.0.1",
"lodash": "^4.11.2",
"marked": "^0.3.5",
"moment": "^2.12.0",
"navigator": "^1.0.1",
"newrelic": "^1.27.2",
"node-uuid": "^1.4.7",
"nodemailer": "^2.3.2",
"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-promise": "^3.7.5",
"rc": "1.0.1",
"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": "^0.9.1",
"validator": "^5.1.0",
"watchify": "^3.7.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"casperjs": "^1.1.1",
"chai": "^3.5.0",
"chai-datetime": "^1.4.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"mocha-casperjs": "^0.5.6",
"replay": "^2.0.6",
"sails-memory": "^0.10.6",
"sinon": "^1.17.3",
"superagent": "^1.8.3",
"supertest": "^1.2.0"
},
"config": {
"grunt": "./node_modules/.bin/grunt",
"dir": "."
},
"scripts": {
"preinstall": "if [ \"$THEME\" ]; then 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/* .",
"install-sail-dependencies": "cd node_modules/sails && npm install && cd -",
"install": "npm run install-sail-dependencies && npm run uswds && node --version && pwd && ls",
"init": "node ./tools/init.js",
"demo": "node ./tools/demo.js",
"build": "npm run browserify",
"migrate": "$npm_package_config_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": "npm run build && 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",
"browserify": "browserify assets/js/backbone/app.js -o assets/js/bundle.js -t [ babelify --presets [ es2015 stage-0 ] ] -t [ brfs ]",
"watch": "npm run watch:server & npm run watch:client",
"watch:server": "nodemon app.js --ignore assets/app --ignore .tmp/ --ignore node_modules/",
"watch:client": "npm run watch:client:js",
"watch:client:js": "watchify --debug assets/js/backbone/app.js -o assets/js/bundle.js -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",
"engines": {
"node": "~4.4.x",
"npm": "~3.8.x"
}
}