-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.13 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
41
42
43
44
45
46
47
48
{
"name": "grunt-defs",
"version": "2.0.4-pre",
"description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3",
"homepage": "https://github.com/EE/grunt-defs",
"author": {
"name": "Michał Gołębiowski-Owczarek",
"email": "[email protected]",
"url": "http://laboratorium.ee"
},
"keywords": [
"gruntplugin"
],
"repository": {
"type": "git",
"url": "https://github.com/EE/grunt-defs.git"
},
"bugs": "https://github.com/EE/grunt-defs/issues",
"license": "MIT",
"files": [
"tasks"
],
"dependencies": {
"defs": "^1.1.1"
},
"devDependencies": {
"eslint-config-mgol": "0.0.40",
"expect.js": "0.3.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-eslint": "20.0.0",
"grunt-mocha-test": "0.13.2",
"load-grunt-tasks": "3.5.2",
"mocha": "3.5.0",
"time-grunt": "1.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">=0.12.7 <0.13 || >=4.1.1"
}
}