forked from aliyun/ram-policy-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 912 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": "ram-policy-editor",
"version": "1.1.0",
"description": "Visual RAM Policy Editor",
"main": "app.js",
"dependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"react": "^0.14.8",
"react-bootstrap-multiselect": "^1.0.2",
"react-dom": "^0.14.8",
"react-tagsinput": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -t [ babelify --presets [ react ] ] app.js -o app-babel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliyun/ram-policy-editor.git"
},
"keywords": [
"Aliyun",
"OSS",
"RAM",
"Policy",
"react"
],
"author": "Tianlong Wu",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliyun/ram-policy-editor/issues"
},
"homepage": "https://github.com/aliyun/ram-policy-editor#readme"
}