-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 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
{
"name": "assemblejs",
"preferGlobal": "true",
"version": "0.2.3",
"author": "Nick Jonas <[email protected]>",
"description": "A fairly light AMD-style boilerplate for rapid development, using RequireJS, SASS, Backbone, and Handlebars",
"contributors": [
{
"name": "Nick Jonas",
"email": "[email protected]"
}
],
"bin":{
"assemble": "bin/assemble.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nick-jonas/assemblejs.git"
},
"keywords": [
"boilerplate",
"backbone",
"requirejs"
],
"dependencies": {
"doT": "https://github.com/nick-jonas/doT/tarball/master",
"lodash": "latest",
"commander": "latest",
"minimatch": "0.2.9",
"prompt": "latest",
"mkdirp": "latest",
"fs-extra": ">=0.3.2",
"shelljs": ">=0.1.0",
"cheerio": ">=0.10.5",
"readdirp": ">=0.2.1",
"open": ">=0.0.2",
"connect": ">=2.7.2"
},
"devDependencies": {
"vows": ">=0.7.0"
},
"bundledDependencies": [],
"scripts": {
"test": "vows test/*.js --spec"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"amd": {}
}