-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "brooklynrail-support",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/braintree/braintree_slim_example.svg?branch=master)](https://travis-ci.org/braintree/braintree_slim_example)",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"ace-css": "^1.1.0",
"webpack-cli": "^2.1.3",
"webpack": "^4.8.3"
},
"devDependencies": {
"autoprefixer": "^9.6.5",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"path": "^0.12.7",
"uswds": "^2.2.1",
"uswds-gulp": "github:uswds/uswds-gulp"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brooklynrail/brooklynrail-support.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brooklynrail/brooklynrail-support/issues"
},
"homepage": "https://github.com/brooklynrail/brooklynrail-support#readme"
}