-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
44
45
{
"name": "conkitty",
"version": "0.6.0",
"description": "Template Engine",
"main": "conkitty",
"directories": {
"test": "test",
"bin": "bin"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/hoho/conkitty.git"
},
"keywords": [
"conkitty",
"templates",
"dom"
],
"author": "Marat Abdullin <dakota@brokenpipe.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoho/conkitty/issues"
},
"bin": {
"conkitty": "bin/conkitty"
},
"dependencies": {
"concat.js": "~0.9.5",
"uglify-js": "~1.3.5",
"commander": "~2.9.0",
"source-map": "~0.5.3"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-eslint": "~19.0.0",
"grunt-contrib-qunit": "~1.2.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-clean": "~1.0.0",
"qunitjs": "~2.1.0",
"assert-version": "~0.0.3"
}
}