-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1 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
{
"name" : "Formagical",
"title" : "Fomagical",
"version" : "1.3.5",
"homepage" : "http://www.codeorelse.nl",
"author" : {
"name" : "Siebe Hiemstra",
"email" : "[email protected]",
"url" : "http://www.codeorelse.nl"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/codeorelse/formagical.git"
},
"description" : "jQuery plugin for form analytics",
"keywords": ["javascript","cro","form","analytics"],
"bugs" : {
"url" : "https://github.com/codeorelse/formagical/issues"
},
"licenses": [{
"type": "MIT",
"url" : "http://codeorelse.mit-license.org/"
}],
"devDependencies" : {
"grunt" : "latest",
"grunt-cli" : "latest",
"grunt-contrib-watch" : "latest",
"grunt-contrib-coffee" : "latest",
"grunt-contrib-jasmine": "latest",
"grunt-contrib-uglify" : "latest",
"grunt-growl" : "latest"
},
"scripts": {
"test": "grunt travis"
}
}