-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
35 lines (35 loc) · 1013 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
35
{
"name": "transit-talk",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/TransitTalk/Transit-Talk.svg?branch=master)](https://travis-ci.org/TransitTalk/Transit-Talk) [![Coverage Status][coverage-status-icon]][coverage-status]",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"dependencies": {
"@rails/webpacker": "^4.2.0",
"postcss": "^7.0.17",
"stimulus": "^1.1.1"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.10.0",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TransitTalk/Transit-Talk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TransitTalk/Transit-Talk/issues"
},
"homepage": "https://github.com/TransitTalk/Transit-Talk#readme"
}