forked from handsontable/ngHandsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 KB
/
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
{
"name": "ngHandsontable",
"description": "AngularJS directive for Handsontable",
"homepage": "https://github.com/handsontable/ngHandsontable",
"repository": {
"type": "git",
"url": "https://github.com/handsontable/ngHandsontable.git"
},
"bugs": {
"url": "https://github.com/handsontable/ngHandsontable/issues"
},
"author": "Marcin Warpechowski <hello@handsontable.com>",
"version": "0.8.0",
"devDependencies": {
"angular": "^1.4.2",
"angular-mocks": "^1.4.2",
"browserify-replace": "^0.9.0",
"grunt": "~0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "^2.1.0",
"handsontable": "git://github.com/handsontable/handsontable",
"jasmine-core": "^2.3.4",
"karma": "^0.12.37",
"karma-angular": "0.0.6",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"license": "MIT"
}