forked from Evarisk/WP-Digirisk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 929 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
{
"main": "index.js",
"scripts": {
"install": "git submodule init && git submodule update --remote --recursive --force",
"update": "npm install",
"start": "node node_modules/gulp/bin/gulp.js",
"test": "mocha"
},
"author": "Evarisk",
"contributors": [
{
"name": "Evarisk",
"email": "[email protected]"
},
{
"name": "Eoxia",
"email": "[email protected]"
}
],
"license": "GPLv3",
"dependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"describe": "^1.2.0",
"natives": "latest"
},
"devDependencies": {
"browser-sync": "^2.24.7",
"eslint": "^6.5.1",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-uglify": "latest",
"gulp-watch": "latest",
"mocha": "^5.0.4",
"nightmare": "^3.0.0",
"should": "^13.2.1"
}
}