-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 925 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
35
36
37
38
39
{
"name": "rupert-plugin-knockout",
"version": "0.0.4",
"description": "Rupert configuration to use Knockout",
"main": "src/config.js",
"scripts": {
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register --require should"
},
"repository": {
"type": "git",
"url": "https://github.com/RupertJS/rupert-plugin-knockout.git"
},
"keywords": [
"rupert",
"plugin",
"knockout"
],
"author": "Matthew Vita <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/RupertJS/rupert-plugin-knockout/issues"
},
"dependencies": {
"knockout": "^3.2.0",
"jquery": "^2.1.3"
},
"devDependencies": {
"coffee-script": "^1.9.0",
"grunt": "^0.4.5",
"grunt-release": "^0.9.0",
"mocha": "^2.0.1",
"rupert": "^0.3.1",
"should": "^4.1.0",
"supertest": "^0.15.0"
},
"directories": {
"test": "test"
}
}