forked from linkedin/spaniel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "spaniel",
"version": "2.0.2",
"description": "LinkedIn's viewport tracking library",
"license": "Apache 2.0",
"main": "exports/spaniel.js",
"scripts": {
"test": "npm run build && testem ci && node test/headless/run",
"serve": "node test/headless/server/app",
"watch": "broccoli-timepiece exports",
"build": "./build.sh",
"stats": "node size-calc",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/linkedin/spaniel"
},
"engines": {
"node": ">= 0.10.0"
},
"author": {
"name": "Asa Kusuma"
},
"homepage": "https://github.com/linkedin/spaniel",
"jsnext:main": "exports/es6/index.js",
"devDependencies": {
"assert": "^1.3.0",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"broccoli": "^0.16.9",
"broccoli-cli": "1.0.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.1.4",
"broccoli-rollup": "^1.0.3",
"broccoli-string-replace": "^0.1.1",
"broccoli-typescript-compiler": "^1.0.1",
"broccoli-uglify-js": "^0.1.3",
"chai": "^3.5.0",
"chokidar": "^1.6.0",
"express": "^4.13.4",
"gzip-size": "^1.0.0",
"mocha": "^2.4.5",
"nightmare": "^2.5.1",
"rollup": "^0.34.10",
"rollup-plugin-node-resolve": "^2.0.0",
"rsvp": "^3.1.0",
"serve-static": "^1.10.2",
"sinon": "^1.14.1",
"testem": "^1.12.0",
"tslint": "^3.6.0",
"typedoc": "^0.4.2",
"typescript": "^2.0.9"
}
}