-
Notifications
You must be signed in to change notification settings - Fork 213
/
package.json
34 lines (34 loc) · 940 Bytes
/
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
{
"name": "LocalSupport",
"version": "2.0.0",
"description": "A directory of local support services and volunteer opportunities",
"main": "application.js",
"engines": {
"node": "9.5.0",
"npm": "6.7.0"
},
"engineStrict": true,
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"requirements-check": "node check-version.js",
"test": "bundle exec rake cucumber && bundle exec rake rspec && bundle exec rake jasmine:ci",
"postinstall": "./node_modules/bower/bin/bower install --allow-root && npm run requirements-check"
},
"repository": {
"type": "git",
"url": "https://github.com/AgileVentures/LocalSupport.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgileVentures/LocalSupport/issues"
},
"homepage": "https://github.com/AgileVentures/LocalSupport",
"dependencies": {
"bower": "^1.8.8",
"semver": "^5.5.0"
}
}