-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "DPlex",
"version": "1.0.0",
"description": "Dplex is an inverted index App to help in easy word search in a document",
"scripts": {
"start": "gulp",
"test": "karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andela-aonifade/dplex.git"
},
"keywords": [
"js",
"javascript",
"inverted",
"index",
"andela",
"search"
],
"author": "Anu Onifade",
"license": "ISC",
"bugs": {
"url": "https://github.com/andela-aonifade/dplex/issues"
},
"homepage": "https://github.com/andela-aonifade/dplex#readme",
"dependencies": {
"browser-sync": "^2.18.8",
"connect": "^3.6.0",
"coveralls": "^2.13.0",
"eslint": "^3.19.0",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"karma-jasmine": "^1.1.0",
"serve-static": "^1.12.1"
},
"devDependencies": {
"coveralls": "^2.11.14",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gulp-browserify": "^0.5.1",
"gulp-rename": "^1.2.2",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0"
}
}