-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "google-spreadsheets-parser",
"description": "Simple Google Spreadsheets parser for JavaScript",
"main": "./index.js",
"version": "0.4.0",
"scripts": {
"test": "grunt spec"
},
"keywords": [
"google",
"spreadsheet",
"google drive",
"parser",
"json"
],
"author": "yutaro <yutaro.tanaka.world@gmail.com>",
"license": "MIT",
"repository": "git@github.com:tanakaworld/google-spreadsheets-parser.git",
"devDependencies": {
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-file-append": "0.0.6",
"grunt-http": "^1.6.0",
"grunt-karma": "^0.12.1",
"jasmine-ajax": "^3.2.0",
"jasmine-collection-matchers": "^0.1.2",
"jasmine-core": "^2.3.4",
"jasmine-jquery": "^2.1.1",
"jquery": "^2.1.4",
"karma": "^0.13.15",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.6",
"karma-json-fixtures-preprocessor": "0.0.5",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
},
"dependencies": {
"xmlhttprequest": "^1.8.0"
}
}