-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 923 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bw-skeleton",
"version": "1.0.0",
"description": "BW Skeleton",
"main": "src/node/app.coffee",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/briteweb/bw-skeleton.git"
},
"keywords": [],
"authors": [
"#BRITEWEB <[email protected]>",
"Alessandro Biavati <[email protected]>"
],
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"backbone": "^1.1.2"
},
"dependencies": {},
"browser": {},
"browserify": {
"transform": [
"caching-coffeeify",
"hbsfy"
]
},
"browserify-shim": {},
"testling": {
"browsers": [
"ie/8..11",
"firefox/3.5",
"firefox/latest",
"chrome/latest",
"safari/5..latest",
"opera/11",
"opera/next"
],
"files": [
"./tests/scripts/*.test.coffee",
"./tests/scripts/*Test.coffee"
]
}
}