-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 880 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
{
"name": "cockpit-import-module",
"version": "1.1.3",
"description": "Spreadsheet import module for Cockpit CMS",
"main": "gulpfile.js",
"scripts": {
"help": "npm run [scriptName]",
"build": "cp -u ./node_modules/papaparse/{papaparse.js,papaparse.min.js} ./assets/3p/",
"test": "echo \"Error: no test specified\" && exit 1",
"test-cs": "jshint ./assets/js && jscs ./assets/js",
"travis": "jshint ./assets/js && jscs ./assets/js"
},
"author": "Piotr Konieczny <[email protected]> (http://www.piotr.cz)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/piotr-cz/import"
},
"dependencies": {
"papaparse": "^4.1.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"jscs": "^3.0.7",
"jshint": "^2.9.2"
},
"config": {
"path": {
"src": ".",
"vendor": "./node_modules"
}
}
}