-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 945 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
{
"name": "gulp3-last-run",
"version": "0.1.0",
"description": "An implementation of Gulp 4.x's `lastRun` method for Gulp 3.x.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:npetruzzelli/gulp3-last-run.git"
},
"keywords": [
],
"author": "Nick Petruzzelli <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"last-run": "^1.1.1"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.3.0",
"eslint-config-prettier-standard": "^1.0.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.5.2"
}
}