-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
43
{
"name": "harmonide",
"version": "0.3.0",
"description": "HTML slide for JS Hackers",
"main": "build/harmonide.js",
"repository": {
"type": "git",
"url": "https://github.com/chikathreesix/harmonide.git"
},
"keywords": [
"slide",
"presentation"
],
"dependencies": {
"commander": "^2.5.0",
"ejs": "^1.0.0",
"fs-extra": "^0.13.0",
"grunt": "^0.4.5",
"grunt-traceur": "^0.2.7",
"highlight.js": "^8.2.0",
"marked": "^0.3.2"
},
"devDependencies": {
"babelify": "^6.2.0",
"chai": "^1.9.1",
"grunt-browserify": "^4.0.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.11",
"mocha": "^1.21.4",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./lib/harmonide.js",
"author": "Ryo Chikazawa",
"homepage": "http://harmonide.com",
"license": "MIT"
}