-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
31 lines (31 loc) · 856 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
{
"name": "xmlview",
"version": "1.0.0",
"description": "XV is a browser-based XML viewer, available as a Google Chrome and Safari extensions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"chrome": "gulp chrome",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergeche/xmlview.git"
},
"keywords": [],
"author": "Sergey Chikuyonok <serge.che@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergeche/xmlview/issues"
},
"homepage": "https://github.com/sergeche/xmlview#readme",
"devDependencies": {
"autoprefixer": "^7.1.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^7.0.0",
"gulp-uglify": "^3.0.0",
"postcss-import": "^11.0.0",
"postcss-url": "^7.1.2"
}
}