-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
65
66
67
68
{
"name": "toast",
"description": "Command-line installer for common projects and tasks based on Grunt.",
"version": "0.1.6",
"homepage": "https://github.com/toastjs/toast",
"author": {
"name": "Stef van den Ham",
"email": "[email protected]",
"url": "@stefvdham"
},
"repository": {
"type": "git",
"url": "git://github.com/toastjs/toast.git"
},
"bugs": {
"url": "https://github.com/toastjs/toast/issues"
},
"dependencies": {
"grunt": "0.3.17",
"grunt-contrib-coffee": "0.3.2",
"grunt-contrib-clean": "0.3.1",
"grunt-contrib-compress": "0.3.2",
"grunt-contrib-copy": "0.3.2",
"grunt-contrib-handlebars": "0.3.2",
"grunt-contrib-jst": "0.3.1",
"grunt-contrib-less": "0.3.2",
"grunt-contrib-mincss": "0.3.2",
"grunt-contrib-requirejs": "0.3.3",
"grunt-contrib-stylus": "0.3.1",
"grunt-contrib-yuidoc": "0.3.2",
"grunt-jasmine-runner" : "0.6.0",
"grunt-jasmine-task" : "0.2.3",
"coffee-script" : "1.4.0",
"phantomjs" : "0.2.2",
"requirejs": "2.0.6",
"handlebars": "1.0.6-2",
"express": "2.5.9",
"stylus": "0.29.0",
"nib": "0.8.2",
"cssom": "0.2.5",
"fs-extra" : "0.3.1",
"passthru" : "0.2.2",
"request" : "2.11.4",
"colors" : "0.6.0-1",
"prompt" : "0.2.8",
"mkdirp" : "0.3.4",
"temporary": "0.0.2"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"keywords": [
"gruntplugin"
],
"engines": {
"node": ">= 0.6.0"
},
"main": "grunt.js",
"bin": {
"toast": "bin/toast.js"
},
"scripts": {
"test": "grunt test"
},
"readme": "Command-line installer for common projects and tasks based on Grunt.\n\nQuickly start common projects by installing them through Toast. Use the grunt tasks that come with the project to test, build and distribute your projects more easily.\n\n## License\nCopyright (c) 2012 Stef van den Ham (@stefvdham) \nLicensed under the MIT license.\n",
"_id": "[email protected]",
"_from": "toast"
}