-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (32 loc) · 714 Bytes
/
package.json
File metadata and controls
35 lines (32 loc) · 714 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
{
"name": "modelfactory",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/pgherveou/modelfactory.git"
},
"dependencies": {
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
"modelarray": "0.x"
},
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"express": "3.x",
"mocha-cloud": "*",
"grunt": "*",
"grunt-shell": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-clean": "*"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}