-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
30 lines (30 loc) · 857 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
{
"name": "extraleague",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/squix78/extraleague.git"
},
"dependencies": {},
"devDependencies": {
"grunt": ">=0.4.5 <1.0.0",
"grunt-bower-concat": "^0.2.5",
"grunt-bower-install": "^1.4.0",
"grunt-cli": "^1.2.0",
"grunt-connect-proxy": "^0.1.10",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-uglify": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^3.0.0",
"grunt-git": "^0.3.7",
"grunt-manifest": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"livereloadx": "^0.3.9"
}
}