forked from EFForg/OpenWireless
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"name": "OpenWireless",
"repository": {
"type": "git",
"url": "git://github.com/EFForg/OpenWireless.git"
},
"version": "0.0.0",
"description": "",
"scripts": {
"test": "js -e \"require('grunt').tasks(['test']);\""
},
"author": "Kevin Wilson",
"devDependencies": {
"phantomjs": "*",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-ie-launcher": "~0.1",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"karma-story-reporter": "~0.2.2",
"grunt-karma": "~0.6.2",
"grunt": "",
"karma-sauce-launcher": "~0.1.8",
"handlebars": "1.3.0"
}
}