-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 871 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
{
"name": "@j154004/yeoman-assert",
"version": "1.0.1",
"description": "Extension of the Yeoman assertion library with snapshot assertion.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint index.js __tests__/*",
"test": "./node_modules/.bin/jest __tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elementsweb/yeoman-assert.git"
},
"keywords": [
"yeoman",
"assert",
"snapshot"
],
"author": "elementsweb",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/elementsweb/yeoman-assert/issues"
},
"homepage": "https://github.com/elementsweb/yeoman-assert#readme",
"dependencies": {
"diff": "^3.3.1",
"yeoman-assert": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-google": "^0.9.1",
"jest": "^22.4.2"
}
}