-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 884 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 884 Bytes
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-restangular",
"version": "0.0.5",
"description": "A Yeoman generator for AngularJS apps with RestAngular",
"keywords": [
"yeoman-generator"
],
"author": {
"name": "James Allardice",
"email": "admin@jamesallardice.com",
"url": "https://github.com/jamesallardice"
},
"repository": {
"type": "git",
"url": "git://github.com/jamesallardice/generator-restangular.git"
},
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.14.0",
"bower": "~1.2.8",
"q": "~1.0.0"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"preferGlobal": true
}