-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 776 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 776 Bytes
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
{
"name": "springjs",
"version": "1.1.15",
"description": "",
"main": "index.js",
"keywords": [
"java",
"beans",
"aop",
"ioc",
"aspect",
"di",
"dependency",
"injection",
"spring",
"springframework",
"pointcut",
"enterprise",
"architecture",
"modular"
],
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:haalcala/node-spring.git"
},
"author": "Harold Alcala",
"email": "harold.alcala@gmail.com",
"license": "Apache 2.0",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^3.4.2"
},
"dependencies": {
"bluebird": "^3.5.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"shortid": "^2.2.8",
"underscore": "^1.8.3"
}
}