forked from bergie/hallo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 863 Bytes
/
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
{
"name": "hallo",
"description": "Simple rich text editor",
"author": "Henri Bergius <henri.bergius@iki.fi>",
"homepage": "http://hallojs.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bergie/hallo.git"
},
"version": "1.1.1",
"dependencies": {},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~3.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-qunit": "~2.0.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-saucelabs": "^9.0.0",
"grunt-bower-install-simple": "^1.0.2"
},
"docco_husky": {
"output_dir": "docs",
"project_name": "Hallo Editor"
},
"scripts": {
"test": "grunt test"
}
}