-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "wefoster-framework",
"version": "1.1.2",
"author": "Bowe Frankema <[email protected]>",
"homepage": "http://wefoster.co",
"repository": {
"type": "git",
"url": "git://github.com/wefoster/wefoster-framework.git"
},
"bugs": {
"url": "https://github.com/wefoster-framework.git/wefoster/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-imagemin": "~0.9.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-git": "~0.3.4",
"grunt-pot": "~0.2.0",
"grunt-version": "~1.0.0",
"grunt-wp-i18n": "~0.5.2",
"grunt-wp-version": "~0.1.0"
},
"dependencies": {
"matchdep": "~0.3.0"
}
}