forked from rails/jquery-ujs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 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
{
"name": "rails-ujs",
"version": "0.0.1",
"description": "Unobtrusive JavaScript used in Rails",
"main": "dist/rails.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "coffeelint src && eslint test/public/test"
},
"repository": {
"type": "git",
"url": "https://github.com/rails/jquery-ujs.git"
},
"author": {
"name": "All contributors",
"url": "https://github.com/rails/jquery-ujs/graphs/contributors"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rails/jquery-ujs/issues"
},
"homepage": "https://github.com/rails/jquery-ujs#readme",
"devDependencies": {
"coffeelint": "^1.15.7",
"eslint": "^2.13.1"
}
}