-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 688 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 688 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
{
"name": "nodal-angular",
"version": "0.0.4",
"description": "Angular SPA tools for Nodal",
"author": "Keith Horwood",
"main": "core/module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodal",
"angular",
"spa"
],
"dependencies": {
"colors": "^1.1.2",
"dot": "^1.0.3",
"fs-extra": "^0.26.3",
"i": "^0.3.3",
"node-sass": "^3.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/keithwhor/nodal-angular.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/keithwhor/nodal-angular/issues"
},
"bin": {
"nodal-angular": "cli/cli.js"
}
}