-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
56
57
58
{
"name": "cerebral-module-useragent",
"version": "0.10.21",
"description": "Adds useragent specs to your cerebral state model",
"main": "lib/index.js",
"scripts": {
"lint": "standard src/**/*.js --verbose | snazzy",
"prebuild": "npm run lint",
"build": "rimraf lib && babel src --out-dir lib",
"test": "npm run lint",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/cerebral-legacy/cerebral-module-useragent.git"
},
"keywords": [
"cerebral",
"module",
"useragent"
],
"author": "Max Frigge <maxfrigge@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cerebral-legacy/cerebral-module-useragent/issues"
},
"homepage": "https://github.com/cerebral-legacy/cerebral-module-useragent#readme",
"dependencies": {
"101": "^1.5.0",
"feature.js": "^1.0.0",
"match-media": "^0.2.0",
"object-path": "^0.9.2",
"offline-js": "^0.7.16",
"raf": "^3.2.0",
"ua-parser-js": "^0.7.10"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-loader": "^6.2.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"cerebral": ">= 0.33.21",
"cz-customizable": "^3.1.0",
"rimraf": "^2.5.1",
"snazzy": "^3.0.1",
"standard": "^6.0.8",
"webpack": "^1.13.0"
},
"peerDependencies": {
"cerebral": "^0.33.31 || ^0.34.0-0 || ^0.35.0-0 || ^1.0.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
}
}