-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 Bytes
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
{
"name": "Airlock.js",
"version": "1.0.3",
"description": "An adapter to convert ga.js calls to analytics.js calls",
"author": "Search Discovery",
"homepage": "http://www.searchdiscovery.com/airlock",
"repository": {
"type": "git",
"url": "git@bitbucket.org:searchdiscovery/airlock.js.git"
},
"devDependencies": {
"load-grunt-config": "^0.8.0-beta.1",
"load-grunt-tasks": "^0.4.0",
"grunt": "~0.4.1",
"grunt-casperjs": "~1.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-replace": "~0.5.1",
"grunt-git": "~0.2.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-jscs-checker": "~0.3.2"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.21"
},
"config": {
"testPort": 8080
}
}