forked from bramstein/knockout.selection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"name": "knockout.selection",
"version": "0.9.3",
"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": "=1.12.0",
"phantomjs": "=1.9.1-0",
"mocha-phantomjs": "=3.1.0",
"expect.js": "=0.2.0",
"mocha-browserstack": "=0.2.1",
"grunt-exec": "=0.4.2",
"grunt-contrib-connect": "=0.3.0",
"grunt-contrib-watch": "=0.5.3",
"grunt": "=0.4.1"
},
"license": "BSD-3-Clause"
}