forked from abiee/generator-backbone-amd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 783 Bytes
/
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
{
"name" : "generator-backbone-amd",
"version" : "0.0.2",
"keywords": [
"yeoman-generator",
"yeoman",
"generator",
"framework",
"mvc"
],
"homepage": "https://github.com/abiee/generator-backbone-amd",
"bugs": "https://github.com/abiee/generator-backbone-amd/issues",
"author": "Abiee Alejandro Echamea Márquez",
"repository": {
"type": "git",
"url": "https://github.com/abiee/generator-backbone-amd.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"dependencies": {
"yeoman-generator": "~0.10.2",
"underscore.string": "~2.3.1",
"generator-buster": "~0.0.1"
},
"devDependencies": {
"mocha": "~1.8.1"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "BSD"
}
]
}