forked from fluid-project/infusion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "infusion",
"description": "Infusion is an application framework for developing flexible stuff with JavaScript.",
"version": "2.0.0",
"author": "Fluid Project",
"bugs": "http://issues.fluidproject.org/browse/FLUID",
"homepage": "http://www.fluidproject.org/",
"dependencies": {
"resolve": "1.1.6"
},
"licenses": [
{
"type": "BSD-3-Clause",
"url": "http://www.opensource.org/licenses/BSD-3-Clause"
},
{
"type": "ECL-2.0",
"url": "http://www.opensource.org/licenses/ECL-2.0"
}
],
"keywords": [
"infusion",
"framework",
"application",
"fluid",
"IoC",
"Inversion of Control",
"MVC",
"evented"
],
"repository": "git://github.com/fluid-project/infusion.git",
"main": "./src/module/fluid.js",
"engines": {
"node": ">=0.1.9"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-stylus": "~0.20.0",
"grunt-modulefiles": "git://github.com/fluid-project/grunt-modulefiles.git#0.2.1",
"lodash": "~2.4.1",
"grunt-contrib-jshint": "~0.9.0",
"grunt-jsonlint": "1.0.4"
}
}