-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
43
44
45
{
"name": "coffee-demo",
"description": "The best project ever.",
"version": "0.1.0",
"homepage": "https://github.com/sameh/coffee-demo",
"author": {
"name": "samehkamaleldin",
"email": "sameh.kamaleldin@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sameh/coffee-demo.git"
},
"bugs": {
"url": "https://github.com/sameh/coffee-demo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sameh/coffee-demo/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"coffee-script": "~1.7.0",
"grunt": "~0.4.2",
"colors": "0.6.2",
"grunt-codo": "~0.1.0",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.5.0",
"load-grunt-tasks": "~0.3.0",
"should": "~3.1.0"
},
"keywords": []
}