-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "teamsnap.js",
"version": "1.62.1",
"engines": {
"node": ">=7.0.0",
"npm": ">=3.0.0"
},
"description": "A JavaScript library for using the TeamSnap API.",
"author": "Jacob Wright with TeamSnap (http://www.teamsnap.com)",
"homepage": "https://github.com/teamsnap/teamsnap-javascript-sdk",
"keywords": [
"teamsnap",
"sdk"
],
"repository": {
"type": "git",
"url": "git@github.com:teamsnap/teamsnap-javascript-sdk.git"
},
"scripts": {
"build": "coffee -bc -o lib/ src/ && brunch build && brunch build --production",
"test": "open 'http://localhost:8000/' && brunch watch -s"
},
"main": "lib/teamsnap",
"dependencies": {
"xmlhttprequest": "1.8.0",
"form-data": "1.0.0-rc3"
},
"devDependencies": {
"brunch": "^2.10.17",
"coffee-script-brunch": "2.1.0",
"coffeelint-brunch": "1.7.1",
"javascript-brunch": "2.0.0",
"library-brunch": "1.2.0",
"uglify-js-brunch": "2.0.1",
"mixin-deep": ">=1.3.2",
"set-value": ">=2.0.1",
"minimist": ">=1.2.3",
"acorn": ">=5.7.4"
}
}