forked from XavierBoubert/mvw-injection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 815 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
{
"name": "mvw-injection",
"version": "0.2.1",
"description": "Dependency Injection module for MV-Whatever patterns!",
"homepage": "https://github.com/XavierBoubert/mvc-injection",
"main": "index.js",
"license": "MIT",
"keywords": [
"mvc",
"model",
"view",
"controller",
"dependency",
"injection"
],
"author": "Xavier Boubert <[email protected]>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "[email protected]:XavierBoubert/mvw-injection.git"
},
"bugs": {
"url": "https://github.com/XavierBoubert/mvw-injection/issues"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-uglifyjs": "^0.6.1",
"gulp-insert": "^0.4.0"
}
}