-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 988 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
38
39
40
41
42
{
"name": "generator-amd-build",
"version": "0.3.0",
"description": "Yeoman generator to build Amd app with the grunt-amd-build Grunt plugin.",
"homepage": "https://github.com/ibm-js/generator-amd-build",
"repository": {
"type": "git",
"url": "git://github.com/ibm-js/generator-amd-build.git"
},
"bugs": {
"url": "https://github.com/ibm-js/generator-amd-build/issues"
},
"licenses": [{
"type": "BSD",
"url": "https://github.com/ibm-js/generator-amd-build/blob/master/LICENSE"
}],
"main": "app/index.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10.0"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator", "amd", "build", "grunt-amd-build"
],
"dependencies": {
"yeoman-generator": "~0.17.0",
"chalk": "~0.5.0",
"esprima": "~1.2.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-jsbeautifier": "~0.2.2",
"grunt": "~0.4.1",
"grunt-lineending": "~0.2.2"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}