-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "factory_girl",
"version": "0.2.3",
"codename": "ruby", "description": "port features from factory_girl rails to nodejs",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/Coffa/factory_girl"
},
"keywords": [
"factory",
"seed",
"jasmine",
"data"
],
"author": "MQuy90",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Coffa/factory_girl/issues"
},
"devDependencies": {
"bower": "~1.2.2",
"chai": "~1.8.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "~0.11",
"grunt-shell": "~0.3.1",
"karma": "~0.11",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-growl-reporter": "~0.1.1",
"karma-ie-launcher": "~0.1.1",
"karma-coverage": "~0.1.0",
"karma-junit-reporter": "https://github.com/karma-runner/karma-junit-reporter/tarball/karma-0.11",
"karma-mocha": "=0.1.0",
"karma-ng-scenario": "~0.1.0",
"karma-opera-launcher": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"shelljs": "~0.1.4",
"sinon": "~1.7.3"
}
}