This repository has been archived by the owner on Sep 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
115 lines (115 loc) · 3.22 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "beaker",
"version": "7.1.1",
"description": "Toolkit for building web interfaces",
"keywords": [
"tools",
"webpack",
"grunt",
"karma"
],
"homepage": "https://github.com/cyaninc/beaker",
"bugs": {
"url": "https://github.com/cyaninc/beaker/issues"
},
"license": "MIT",
"author": {
"name": "Adam Meadows",
"email": "[email protected]"
},
"contributors": [
"Peter Banka",
"Matthew Dahl",
"Sophy Pal"
],
"main": "src/index.js",
"bin": {
"beaker": "./bin/beaker.js",
"create-gh-pages": "./bin/create-gh-pages.sh"
},
"repository": {
"type": "git",
"url": "[email protected]:cyaninc/beaker.git"
},
"scripts": {
"prepublish": "bin/pre-publish.sh",
"postpublish": "bin/post-publish.sh",
"check-env": "bin/check-env.sh",
"test": "make ci-test"
},
"dependencies": {
"change-case": "^2.3.0",
"diff": "^2.0.2",
"exit": "^0.1.2",
"lodash": "^3.10.0",
"minimist": "^1.1.3",
"nconf": "^0.7.2",
"q": "^1.4.1",
"q-io": "^1.13.1",
"sleep": "^3.0.0",
"versiony": "^1.3.0"
},
"devDependencies": {
"autoprefixer-core": "^5.2.0",
"babel-core": "^5.7.0",
"babel-loader": "^5.3.2",
"babel-plugin-object-assign": "^1.2.1",
"babel-plugin-rewire": "^0.1.21",
"coveralls": "^2.11.2",
"css-loader": "^0.15.6",
"csswring": "^3.0.5",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.2",
"file-loader": "^0.8.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-filenames": "^0.4.0",
"grunt-karma": "0.12.0",
"grunt-webpack": "^1.0.11",
"imports-loader": "^0.6.4",
"isparta-loader": "^0.2.0",
"istanbul": "^0.3.17",
"jade": "^1.11.0",
"jade-loader": "^0.7.1",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jquery": "2.1.4",
"json": "^9.0.3",
"json-loader": "^0.5.2",
"karma": "^0.13.8",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-coverage": "^0.5.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "^0.0.20",
"karma-webpack": "~1.7.0",
"less": "^2.3.1",
"less-loader": "^2.2.0",
"matchdep": "^0.3.0",
"nock": "^0.59.1",
"node-sass": "^3.2.0",
"postcss-loader": "^0.4.3",
"raw-loader": "^0.5.1",
"react": "0.14.0",
"react-dom": "0.14.0",
"sass-loader": "^2.0.1",
"socket.io": "^1.3.7",
"style-loader": "^0.12.3",
"ts-loader": "^0.5.5",
"tsd": "^0.6.4",
"typescript": "^1.6.2",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.12.1",
"yaml-loader": "^0.1.0"
},
"engines": {
"node": "^4.1.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}