-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "iridium-grunt",
"version": "2.7.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bladerunner2020/iridium-grunt.git"
},
"author": {
"name": "Alexander Pivovarov aka bladerunner2020",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"copy-paste": "^1.3.0",
"grunt": "^1.0.3",
"grunt-chmod": "^1.1.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-file-exists": "^0.1.4",
"grunt-string-replace": "^1.3.1",
"grunt-strip-code": "^1.0.6",
"grunt-version": "^1.3.0",
"grunt-zip": "^0.18.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}