-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "bby-toolkit",
"description": "BBY Build Toolkit",
"version": "0.0.1",
"main": "Gruntfile.js",
"bin": {
"bby": "./bby.js"
},
"homepage": "https://github.com/robynrandell/bby-toolkit",
"author": {
"name": "Michael Edwards",
"email": "michael.edwards@",
"url": "@mikeybox"
},
"repository": {
"type": "git",
"url": "git://github.com/mikeybox/toolkit.git"
},
"bugs": {
"url": "https://github.com/mikeybox/toolkit/issues"
},
"dependencies": {
"express": "3.0.1",
"http-proxy": "0.8.4",
"grunt": "~0.4",
"grunt-contrib-jasmine": "~0.4",
"grunt-contrib-handlebars": "~0.5",
"grunt-targethtml": "~0.2",
"grunt-lib-contrib": "0.3.1",
"grunt-contrib-clean": "~0.4",
"grunt-contrib-copy": "~0.4",
"grunt-contrib-less": "~0.5",
"grunt-contrib-cssmin": "~0.4",
"grunt-contrib-stylus": "~0.5",
"grunt-contrib-qunit": "~0.2",
"grunt-contrib-jshint": "~0.3",
"grunt-contrib-requirejs":"~0.4",
"grunt-contrib-concat":"~0.1",
"grunt-contrib-uglify":"~0.2",
"grunt-init": "~0.2",
"grunt-cssjoin": "~0.2",
"phantom": "0.3.5",
"cdir": "0.1.2"
},
"devDependencies": {
"grunt": "~0.4"
},
"keywords": [
"gruntplugin"
],
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"readme": "bby-toolkit\n===========\n\nInstall using \n\nnpm install -g git+ssh://[email protected]:robynrandell/bby-toolkit.git",
"private": "true",
"_id": "[email protected]",
"dist": {
"shasum": "9049cae2aefbca6eec8ed9363174d3ff54313a30"
},
"_from": "git+ssh://[email protected]:robynrandell/bby-toolkit.git"
}