-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 780 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 780 Bytes
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": "grunt-profile",
"description": "Environment configurations for grunt",
"version": "1.0.2",
"homepage": "https://github.com/imapi/grunt-profile",
"author": {
"name": "Ivan Bondarenko",
"email": "bondarenko.ivan.v@gmail.com",
"url": "https://github.com/imapi"
},
"repository": {
"type": "git",
"url": "git://github.com/imapi/grunt-profile.git"
},
"bugs": {
"url": "https://github.com/imapi/grunt-profile/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/imapi/grunt-profile/master/LICENSE"
}
],
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"profile",
"environment"
],
"dependencies": {
"lodash": "~2.4.1"
}
}