-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 974 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "pageobjectmodel",
"version": "0.0.2",
"description": "Page Object Model Library",
"main": "index.js",
"dependencies": {
"atomus": "^2.0.0",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"isparta": "^4.0.0",
"should": "^8.3.2"
},
"directories": {
"lib": "./src"
},
"devDependencies": {},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pageobjectmodel/pom.git"
},
"keywords": [
"page",
"object",
"model",
"dom",
"yaml",
"json",
"wysiwym",
"wysiwig",
"editor",
"markdown",
"markup"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/pageobjectmodel/pom/issues"
},
"homepage": "https://github.com/pageobjectmodel/pom#readme"
}