forked from bemhint/bemhint-deps-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 799 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
{
"name": "bemhint-deps-schema",
"version": "1.1.0",
"description": "Plugin for bemhint which checks *.deps.js to be written by specification",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bemhint/bemhint-deps-schema.git"
},
"keywords": [
"bemhint",
"deps",
"schema"
],
"author": "Dmitry Andriyanov https://github.com/dima117",
"license": "MIT",
"bugs": {
"url": "https://github.com/bemhint/bemhint-deps-schema/issues"
},
"homepage": "https://github.com/bemhint/bemhint-deps-schema#readme",
"dependencies": {
"ajv": "^4.8.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-subset": "^1.2.2",
"mocha": "^2.4.5",
"sinon": "^1.17.4"
}
}