-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
{
"name": "Lone-Star-Percussion",
"version": "3.0.1",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"archiver": "^0.12.0",
"gaze": "^0.6.4",
"assert": "^1.1.2",
"docco": "^0.6.3",
"grunt-casperjs": "^2.0.2",
"glob": "^4.1.3",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3",
"grunt-sass": "^0.16.1",
"grunt-webdriver": "^0.4.4",
"minimatch": "^1.0.0",
"phantomcss": "^0.9.0",
"webdrivercss": "^1.0.0",
"webdriverio": "^2.3.0",
"webdriverjs": "^1.7.5"
},
"repository": {
"type": "git",
"url": "https://github.com/el3ment/lsp.git"
},
"author": "Robert Pottorff",
"bugs": {
"url": "https://github.com/el3ment/lsp/issues"
},
"homepage": "https://github.com/el3ment/lsp",
"devDependencies": {
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-requirejs": "^0.4.4"
}
}