-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 998 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
42
43
44
45
46
{
"name": "freefocus",
"version": "0.11.2",
"description": "FreeFocus",
"keywords": [
"focus",
"wicd",
"spatial",
"jquery-plugin"
],
"homepage": "https://github.com/Flamefork/freefocus",
"author": {
"name": "Ilia Ablamonov",
"email": "ilia@flamefork.ru",
"url": "https://github.com/Flamefork"
},
"repository": {
"type": "git",
"url": "https://github.com/Flamefork/freefocus.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-karma": "0.12.1",
"jasmine-core": "2.4.1",
"karma": "0.13.21",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"matchdep": "1.0.1",
"phantomjs-prebuilt": "^2.1.4"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}