-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 765 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 765 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": "phoenix_ujs",
"version": "0.4.0",
"description": "Unobtrusive JS toolset for Phoenix framework",
"main": "ujs.cjs.js",
"repository": "git@github.com:jalkoby/phoenix_ujs.git",
"scripts": {
"demo": "node ./demo/index.js",
"release": "./bin/build && npm publish ./dist"
},
"author": "Sergey Pchelintsev",
"license": "MIT",
"keywords": [
"ujs",
"phoenix"
],
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"del": "^2.2.2",
"express": "^4.15.3",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-browser": "^0.1.0",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-uglify": "^1.0.1"
}
}