forked from GoIncremental/gi-util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
51
52
53
54
{
"author": "David Bochenski",
"name": "gi-util",
"version": "0.3.0",
"main": "./server/index.coffee",
"scripts": {
"test": "grunt ci"
},
"repository": {
"type": "git",
"url": "git://github.com/goincremental/gi-util.git"
},
"dependencies": {
"coffee-script": "~1.7.1",
"underscore": "~1.4.4",
"moment": "~2.0.0",
"async": "~0.2.8",
"unorm": "~1.0.5",
"sinon": "~1.7.3",
"chai": "~1.7.2",
"mongoose": "3.8.8",
"mongoose-long": "0.0.2",
"q": "~0.9.7",
"tedious": "~0.1.5",
"connect-mongo": "~0.4.0"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-less": "~0.6.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-gint": "~0.3.1",
"mocha": "~1.12.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.1",
"grunt-karma": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-mocha-test": "~0.6.2",
"proxyquire": "~0.5.0",
"grunt-cucumber": "~0.2.3"
}
}