forked from eliace/ergo-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 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
34
35
36
37
{
"name": "ergo-js",
"version": "0.11.4",
"description": "ui framework",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/eliace/ergo-js.git"
},
"author": "Kodanyov Yuriy",
"license": "MIT",
"bugs": {
"url": "https://github.com/eliace/ergo-js/issues"
},
"homepage": "https://github.com/eliace/ergo-js",
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-concat-in-order": "^0.1.6",
"grunt-jsdoc": "^0.5.1",
"grunt-line-remover": "0.0.2",
"grunt-contrib-compress": "^0.12.0",
"grunt-jsdoc-to-markdown": "^0.4.2",
"qunitjs": "^1.16.0",
"karma": "^0.12.28",
"karma-qunit": "^0.1.4"
}
}