-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 748 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
{
"name": "knockout.selection",
"version": "0.10.0",
"author": "Bram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)",
"contributors": [
"Sune Sloth Simonsen <sune@we-knowhow.dk>",
"Maarten Winter",
"Andreas Lind Petersen",
"Gustav Nikolaj Olsen"
],
"main": "lib/knockout.selection.js",
"scripts": {
"test": "mocha-phantomjs test/phantomjs.html"
},
"devDependencies": {
"mocha": "2.2.5",
"phantomjs": "1.9.7-15",
"mocha-phantomjs": "3.6.0",
"mocha-browserstack": "0.2.2",
"grunt-exec": "=0.4.2",
"grunt-contrib-connect": "=0.3.0",
"grunt-contrib-watch": "=0.5.3",
"grunt": "=0.4.1",
"requirejs": "2.1.19",
"unexpected": "9.2.1"
},
"license": "BSD-3-Clause"
}