-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
36 lines (36 loc) · 944 Bytes
/
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
{
"name": "ozjs",
"description": "A microkernel for modular javascript, a toolchain for modern front-end, a micro-framework for growable WebApp",
"homepage": "http://ozjs.org",
"author": {
"name": "dexteryy",
"email": "[email protected]",
"url": "http://github.com/dexteryy"
},
"repository": {
"type": "git",
"url": "git://github.com/dexteryy/OzJS.git"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"main": "oz",
"version": "2.6.4",
"files": ["oz.js", "package.json", "README.md"],
"engines": {
"node": ">=0.8.0"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt": "~0.4.0"
},
"dependencies": {},
"keywords" : [
"AMD",
"module",
"oz",
"ozjs"
]
}