-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
61 lines (61 loc) · 1.56 KB
/
bower.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "machineto",
"version": "0.0.16",
"main": "dist/machineto.js",
"ignore": [
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
".coveralls.yml",
".verbrc.md",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"coverage/*.*",
"coverage",
"docs/*.*",
"docs",
"example/*.*",
"example",
"lib/*.*",
"lib",
"src/*.*",
"src",
"test/*.*",
"test"
],
"dependencies": {},
"devDependencies": {
"blanket": "1.1.x",
"chai": "1.10.x",
"connect": "3.3.x",
"grunt": "0.4.x",
"grunt-blanket": "0.0.x",
"grunt-browserify": "3.2.x",
"grunt-bump": "0.0.x",
"grunt-contrib-clean": "0.6.x",
"grunt-contrib-copy": "0.7.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-contrib-testem": "0.5.x",
"grunt-contrib-uglify": "0.6.x",
"grunt-conventional-changelog": "1.1.x",
"grunt-coveralls": "1.0.x",
"grunt-mocha-test": "0.12.x",
"grunt-npm": "0.0.x",
"grunt-release": "0.7.x",
"grunt-string-replace": "1.0.x",
"grunt-verb": "0.2.x",
"load-grunt-tasks": "1.0.x",
"mocha-lcov-reporter": "0.0.x",
"phantomjs": "1.9.x",
"requirejs": "2.1.x",
"serve-static": "1.7.x",
"sinon": "1.12.x",
"testling": "1.7.x",
"time-grunt": "1.0.x",
"travis-cov": "0.2.x",
"zombie": "2.2.x"
}
}