-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.35 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
46
47
48
49
50
51
52
53
54
55
{
"name": "ajja",
"version": "4.0.2-dev.0",
"description": "Next generation forms in javascript",
"main": "src/form.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sweh/ajja.git"
},
"keywords": [
"form",
"javascript",
"jquery",
"client"
],
"author": "Sebastian Wehrmann <sebastian@wehrmann.it>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sweh/ajja/issues"
},
"homepage": "https://github.com/sweh/ajja#readme",
"devDependencies": {
"grunt": "1.0.1",
"grunt-bower": "^0.21.4",
"grunt-bower-concat": "^1.0.0",
"grunt-bower-task": "0.5.0",
"grunt-bump": "0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-handlebars": "1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-run": "0.8.1",
"grunt-template-jasmine-istanbul": "^0.5.0",
"jasmine-core": "2.6.2",
"jsdoc": "^3.4.3",
"load-grunt-tasks": "5.1.0"
},
"dependencies": {
"codecov": "3.7.1",
"grunt": "1.0.3",
"lodash": ">=4.17.19",
"minimist": ">=1.2.3",
"handlebars": ">=4.7.7",
"bower": ">=1.8.8",
"deep-extend": ">=0.5.1"
}
}