-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 862 Bytes
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": "inter",
"version": "2.1.0",
"author": "Andreas Lind <andreaslindpetersen@gmail.com>",
"dependencies": {
"async": "0.9.0",
"cldr": "3.5.0",
"moment-timezone": "^0.5.40",
"passerror": "1.1.0",
"seq": "=0.3.5",
"uglify-js": "1.3.3",
"uglifyast": "0.2.1",
"underscore": "1.8.3",
"yargs": "3.7.2"
},
"devDependencies": {
"ical.js": "1.1.2",
"jshint": "2.8.0",
"mocha": "2.2.5",
"unexpected": "9.4.0"
},
"directories": {
"bin": "bin"
},
"main": "./build/root.js",
"scripts": {
"preversion": "rm -fr build && ./bin/buildInter --type node -o build --all --golf --jobsize 100",
"test": "./bin/buildInter --type node -o build --all --locales en_us,da,en_in,nl,fi && mocha && npm run lint",
"lint": "jshint .",
"travis": "npm test"
},
"optionalDependencies": {}
}