forked from rails/rails-ujs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 915 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 915 Bytes
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": "rails-ujs",
"version": "5.1.0-beta1",
"description": "Ruby on Rails unobtrusive scripting adapter",
"main": "dist/rails-ujs.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "bundle exec blade build",
"test": "echo \"See the README: https://github.com/rails/rails-ujs#how-to-run-tests\" && exit 1",
"lint": "coffeelint src && eslint test/public/test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/rails/rails-ujs.git"
},
"contributors": [
"Stephen St. Martin",
"Steve Schwartz",
"Dangyi Liu",
"All contributors"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rails/rails-ujs/issues"
},
"homepage": "https://github.com/rails/rails-ujs#readme",
"devDependencies": {
"coffeelint": "^1.15.7",
"eslint": "^2.13.1"
}
}