forked from andrewchilds/fastbinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 806 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
{
"name": "fastbinder",
"description": "Fast and worry-free dynamic event binding",
"version": "0.3.12",
"repository": "https://github.com/andrewchilds/fastbinder.git",
"author": {
"name": "Andrew Childs",
"email": "ac@glomerate.com"
},
"license": "MIT",
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-karma": "0.12.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.2",
"karma-coffee-preprocessor": "0.3.0",
"karma-jasmine": "0.3.8",
"karma-jasmine-jquery": "0.1.1",
"karma-phantomjs-launcher": "1.0.0",
"phantomjs-prebuilt": "2.1.5"
}
}