This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "bellows-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/mobify/bellows.git"
},
"version": "6.0.1",
"description": "A mobile-first JavaScript-driven accordion UI plugin",
"devDependencies": {
"chai": "1.9.2",
"gremlins.js": "0.1.0",
"grunt": "0.4.5",
"grunt-autoprefixer": "2.0.0",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-connect": "0.9.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-uglify": "0.8.1",
"grunt-contrib-watch": "0.5.3",
"grunt-eslint": "17.3.2",
"grunt-mocha-phantomjs": "0.3.2",
"grunt-open": "0.2.3",
"grunt-sass": "1.1.0",
"grunt-sass-lint": "git+https://github.com/mobify/grunt-sass-lint.git#toggle-rules-in-src",
"grunt-shell": "0.2.2",
"grunt-version": "0.3.3",
"mobify-code-style": "^2.4.2",
"mocha": "1.14.0",
"node-sass-import-once": "1.2.0",
"requirejs": "2.2.0",
"requirejs-glob": "git+https://github.com/mobify/requirejs-glob.git",
"text": "requirejs/text"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mobify/bellows/issues"
},
"homepage": "https://github.com/mobify/bellows#readme",
"main": "dist/bellows.min.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"accordion",
"mobile",
"first",
"mobile",
"toggle",
"mobify"
],
"author": "Mobify",
"dependencies": {
"jquery": "2.2.2",
"velocity-animate": "1.2.3",
"mobify-plugin": "4.0.0"
}
}