-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1 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": "getRANTr",
"version": "2.0.0",
"description": "JavaScript Debugging Playground",
"main": "public/index.html",
"scripts": {
"postinstall": "node import todd",
"start": "gulp start",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toddhgardner/soliloquy2.git"
},
"author": "Todd H Gardner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/toddhgardner/getRANTr/issues"
},
"homepage": "https://github.com/toddhgardner/getRANTr#readme",
"dependencies": {
"body-parser": "1.15.2",
"express": "4.14.0",
"nedb": "1.8.0"
},
"devDependencies": {
"dns": "0.2.2",
"gulp": "3.9.1",
"gulp-include": "2.3.1",
"gulp-nodemon": "2.2.1",
"gulp-sass": "3.1.0",
"gulp-util": "3.0.8",
"gulp-webdriver": "2.0.3",
"mkdirp": "0.5.1",
"selenium-standalone": "6.0.1",
"wdio-jasmine-framework": "0.2.19",
"wdio-spec-reporter": "0.0.5",
"webdriverio": "4.6.2"
}
}