-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "footwork",
"description": "A solid footing for web applications.",
"author": "Jonathan Newman (http://staticty.pe)",
"contributors": [
{
"name": "Jonathan Newman",
"email": "jonathan@staticty.pe",
"url": "https://github.com/jonbnewman"
}
],
"version": "2.0.3",
"homepage": "http://footworkjs.com",
"license": "MIT",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/footworkjs/footwork/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/footworkjs/footwork.git"
},
"main": "dist/footwork.js",
"devDependencies": {
"bower": "*",
"browserify": "8.1.3",
"browserify-istanbul": "^2.0.0",
"chalk": "^1.1.3",
"expect": "1.13.2",
"fetch-mock": "^5.5.0",
"gulp": "*",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "*",
"gulp-coveralls": "^0.1.4",
"gulp-header": "1.2.2",
"gulp-notify": "2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "0.5.4",
"gulp-sass": "^2.3.2",
"gulp-size": "~0.3.1",
"gulp-uglify": "^0.3.0",
"gulp-watch": "4.3.5",
"html5-history-api": "^4.2.7",
"istanbul": "^0.4.5",
"jasmine-core": "^2.4.1",
"jquery": "1.12.4",
"karma": "^0.13.16",
"karma-coverage": "^1.1.1",
"karma-env": "^0.1.0",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-phantomjs-launcher": "^0.2.2",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^1.1.0",
"karma-spec-reporter": "0.0.23",
"knockout": "3.4.2",
"less-plugin-autoprefix": "1.5.1",
"less-plugin-clean-css": "1.5.1",
"footwork-lodash": "2.0.3",
"footwork-animate": "3.5.13",
"requirejs": "*",
"requirejs-text": "*",
"es6-promise": "*",
"whatwg-fetch": "*",
"lodash": "4.16.6",
"phantomjs": "^1.9.19",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "*"
}
}