-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "foojitsu",
"title": "FooJitsu",
"description": "A lightweight JavaScript framework for plugins.",
"version": "1.0.5",
"homepage": "https://github.com/fooplugins/foojitsu",
"license": "MIT",
"author": {
"name": "FooPlugins",
"url": "http://fooplugins.com"
},
"contributors": [
{
"name": "Steven Usher",
"email": "steveush@gmail.com",
"url": "https://github.com/steveush"
},
{
"name": "Brad Vincent",
"email": "bradvin@gmail.com",
"url": "http://themergency.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/fooplugins/foojitsu.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-git": "^0.3.7",
"grunt-replace": "^0.11.0",
"load-grunt-tasks": "^3.4.0",
"lodash": "^4.0.0"
}
}