-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.08 KB
/
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
37
38
39
40
{
"name": "openbazaar-docs",
"version": "0.1.0",
"description": "Documentation site for OpenBazaar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoffmabc/docs.git"
},
"author": "OpenBazaar <[email protected]> (https://openbazaar.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoffmabc/docs/issues"
},
"homepage": "https://github.com/hoffmabc/docs#readme",
"devDependencies": {
"autoprefix": "^1.0.1",
"browserify": "^16.2.3",
"clean-css": "^4.2.1",
"nodemon": "^1.18.6",
"standard": "^12.0.1",
"uglify-es": "^3.3.9",
"watchify": "^3.11.0",
"cryptiles": ">=4.1.2",
"hoek": ">=4.2.1"
},
"dependencies": {
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"less": "^2.7.3",
"less-plugin-autoprefix": "^2.0.0",
"less-plugin-clean-css": "^1.5.1",
"openbazaar-css": "^0.11.0"
}
}