forked from tejacques/crosstab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1008 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
38
39
40
41
{
"name": "crosstab",
"version": "0.2.12",
"description": "A utility library for cross-tab communication using localStorage.",
"author": "Tom Jacques <[email protected]>",
"main": "src/crosstab.js",
"repository": {
"type": "git",
"url": "https://github.com/tejacques/crosstab"
},
"keywords": [
"tab",
"cross",
"crosstab",
"inter",
"intercom",
"broadcast",
"localStorage"
],
"devDependencies": {
"es5-shim": "^4.1.12",
"expect.js": "^0.3.1",
"grunt": "~0.4.5",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-phantomjs": "=0.6.1",
"grunt-saucelabs": "~8.6.0",
"ie8-eventlistener": "^0.1.1",
"jshint": "^2.8.0",
"mocha": "^2.1.0",
"mocha-phantomjs": "=3.5.3",
"phantomjs": "~1.9.1",
"sauce-tunnel": "^2.2.3",
"saucelabs-mocha-reporter": "^0.1.0"
},
"license": "Apache-2.0",
"scripts": {
"test": "grunt test"
}
}