forked from rhiokim/haroopad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.13 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
{
"name": "haroopad",
"version": "0.3.3",
"description": "Markdown Editor",
"main": "",
"homepage": "https://rhiokim.github.com/haroopad",
"repository": "git://github.com/rhiokim/haroopad.git",
"author": "[email protected]",
"license": "LGPL",
"devDependencies": {
"grunt-contrib-concat": "git://github.com/gruntjs/grunt-contrib-concat.git",
"grunt-contrib-copy": "git://github.com/gruntjs/grunt-contrib-copy.git",
"grunt-shell": "git://github.com/excellenteasy/grunt-shell.git#13d09d3c936036087bd814a920d19d55f0c44cb6",
"grunt-contrib-compress": "git://github.com/ctalkington/grunt-contrib-compress.git#18d386688961e8040c6169eccdbb941ef71cb2fb",
"grunt-replace": "git://github.com/outaTiME/grunt-replace.git",
"grunt": "~0.4.0",
"grunt-requirejs": "~0.3.1",
"grunt-contrib-requirejs": "~0.4.0",
"stringex": "~0.2.4",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-clean": "~0.4.0"
},
"deploy": {
"docs": "../baas.io-Portal/_documentation/_docs/ko/javascript/reference",
"sdk": "../baas.io-Portal/_documentation/_docs/sdk/javascript/"
}
}