-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 814 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 814 Bytes
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
{
"name": "bigbird",
"version": "0.3.6",
"description": "Big Bird is a JavaScript framework of sorts that's designed to help you write more maintainable, modular JavaScript.",
"license": "MIT",
"contributors": [
"Callum Jefferies <callum@madebymany.co.uk>",
"Andrew Walker <andy@madebymany.co.uk>",
"Chris Bell <chris@madebymany.com>"
],
"main": "bigbird.js",
"repository": "madebymany/bigbird",
"dependencies": {
"underscore": "~1.12.1",
"eventablejs": "~1.0.4",
"jquery": "~3.5.0"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.6",
"grunt-contrib-jasmine": "0.4.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "~0.3.1"
},
"scripts": {
"test": "grunt travis --verbose"
}
}