forked from angular/angular-seed
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 706 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 706 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
{
"name": "angular-seed-coffee",
"version": "0.0.1",
"description": "Seed project for angular apps written in CoffeeScript.",
"main": "app/index.html",
"dependencies": {
"uglify-js": ">=2.x"
},
"devDependencies": {},
"directories": {
"test": "test"
},
"scripts": {
"test": "scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/Cybolic/angular-seed-coffee.git"
},
"keywords": [
"angular",
"angular.js",
"coffeescript",
"coffee-script"
],
"author": "Christian Dannie Storgaard and the Angular.JS authors",
"license": "MIT",
"gitHead": "4677ee495fba3e4c0cf0f77d4f95db8dab68a63e",
"readmeFilename": "README.md"
}