-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
39 lines (39 loc) · 961 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
37
38
39
{
"name": "bottlejs",
"version": "2.0.1",
"description": "A powerful dependency injection micro container",
"main": "dist/bottle.js",
"module": "dist/bottle-es.js",
"typings": "dist/bottle.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/young-steveo/bottlejs.git"
},
"keywords": [
"di",
"dependency",
"injection",
"micro",
"angular",
"pimple"
],
"author": "Stephen Young <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/young-steveo/bottlejs/issues"
},
"homepage": "https://github.com/young-steveo/bottlejs",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jasmine": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-wrap": "^0.3.1",
"lodash": "^4.17.0"
}
}