-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
46 lines (46 loc) · 1.38 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
39
40
41
42
43
44
45
46
{
"name": "ng-handsontable",
"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": "Handsoncode <[email protected]>",
"version": "0.13.2",
"dependencies": {
"angular": "^1.5.0",
"handsontable": "^0.28.0"
},
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"angular-ui-router": "^0.2.15",
"browserify-replace": "^0.9.0",
"generate-release": "^0.10.2",
"grunt": "~0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.8.0",
"jasmine-core": "^2.4.0",
"karma": "^0.13.0",
"karma-angular": "^0.0.6",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.4"
},
"scripts": {
"build": "./node_modules/.bin/grunt build-release",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"release": "./node_modules/.bin/generate-release"
},
"license": "MIT"
}