-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "bearcat",
"version": "0.4.29",
"description": "Magic, self-described javaScript objects build up elastic, maintainable front-backend javaScript applications",
"main": "index.js",
"bin": "./bin/bearcat-bin.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/bearcatjs/bearcat.git"
},
"keywords": [
"di",
"IoC",
"AOP",
"dependency",
"injection",
"consistent",
"configuration",
"hot reload",
"front-backend",
"sharable codes",
"dependency injection",
"asynchronous script loading",
"magic, self-described javaScript objects"
],
"dependencies": {
"pomelo-logger": "0.1.x",
"commander": "2.x",
"chokidar": "~1.0.1"
},
"browser": {
"pomelo-logger": "./shim/logger.js",
"chokidar": "./shim/chokidar.js"
},
"author": "fantasyni",
"license": "MIT",
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": ">=0.0.1",
"grunt": "~0.4.2",
"blanket": "1.1.x",
"grunt-browserify": "3.x",
"grunt-mocha-test": "0.8.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-uglify": "~0.3.2"
}
}