forked from onepercentclub/bluebottle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
55
56
57
58
59
60
61
{
"name": "bluebottle",
"description": "The crowdsourcing framework initiated by the 1%Club",
"version": "1.1.7",
"author": "1%Club",
"license": "BSD-3-Clause",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/onepercentclub/bluebottle.git"
},
"bugs": {
"url": "https://github.com/onepercentclub/bluebottle/issues"
},
"dependencies": {
"bower": "~1.3.11",
"grunt": "~0.4.5",
"grunt-bower-task": "~0.4.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-compass": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ember-handlebars": "~0.8.0",
"grunt-ember-template-compiler": "~1.5.0",
"grunt-hashres": "~0.4.1",
"grunt-shell": "~0.7.0",
"loom-generators-ember-appkit": "~1.1.1"
},
"devDependencies": {
"growly": "~1.1.1",
"grunt": "~0.4.5",
"grunt-concurrent": "^0.5.0",
"grunt-es6-module-transpiler": "~0.6.0",
"grunt-karma": "~0.8.3",
"grunt-microlib": "~0.1.1",
"ic-ajax": "~2.0.1",
"jquery-mockjax": "~1.5.3",
"karma": "~0.12.16",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "~0.2.4",
"karma-ember-preprocessor": "~1.5.0",
"karma-firefox-launcher": "~0.1.3",
"karma-growl-reporter": "~0.1.1",
"karma-handlebars-preprocessor": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-qunit": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "0.0.13",
"phantomjs": "~1.9.7-10",
"qunitjs": "~1.14.0",
"sinon": "~1.10.3",
"sinon-qunit": "~2.0.0"
},
"scripts": {
"build": "grunt build",
"test": "grunt karma:unit",
"postinstall": "bower install"
}
}