-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 937 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
36
{
"name": "axios-on-rails",
"version": "0.0.1",
"description": "This provide axios with csrf token for Ruby on Rails project",
"main": "dist/index.js",
"scripts": {
"build": "node ./node_modules/rollup/bin/rollup src/index.js -o dist/index.js -f cjs",
"lint": "eslint src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pipopotamasu/axios-on-rails.git"
},
"keywords": [
"axios",
"RoR",
"Ruby",
"on",
"Rails",
"rails",
"csrf"
],
"author": "pipopotamasu <[email protected]> (https://github.com/pipopotamasu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pipopotamasu/axios-on-rails/issues"
},
"homepage": "https://github.com/pipopotamasu/axios-on-rails#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.17.0",
"rails-ujs": "^5.1.4",
"rollup": "^0.55.5"
}
}