-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
34 lines (34 loc) · 997 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": "tagged-infinite-scroll",
"version": "1.1.1",
"scripts": {
"test": "grunt travis"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-karma": "^0.8.3",
"grunt-karma-coveralls": "~2.0.2",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coffee-preprocessor": "~0.1.1",
"karma-coverage": "^0.2.5",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.6",
"karma-phantomjs-launcher": "~0.1.1",
"karma-requirejs": "~0.2.0",
"karma-safari-launcher": "~0.1.1",
"karma-script-launcher": "~0.1.0",
"karma-sinon": "~1.0.0",
"karma-sinon-chai": "~0.1.1",
"karma-story-reporter": "~0.2.0",
"mocha": "~1.14.0",
"requirejs": "~2.1.9"
}
}