forked from akanix42/meteor-css-modules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "meteor-css-modules",
"version": "0.0.1",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --compilers js:babel-register --require ./test-helpers/babel-hook.js .\\{,!(node_modules)\\**\\}*.tests.js"
},
"devDependencies": {
"async": "^2.0.1",
"babel-eslint": "^6.1.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-regenerator": "^6.11.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-meteor": "^6.12.0",
"babel-project-relative-import": "^2.0.0",
"babel-register": "^6.11.6",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"eslint": "^3.3.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-async-await": "0.0.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"fibers": "^1.0.13",
"mocha": "^3.0.2",
"mock-require": "^1.3.0",
"node-sass": "^3.8.0",
"less": "^2.7.1",
"ramda": "0.19.0",
"standard": "^7.1.2"
},
"dependencies": {
"app-module-path": "1.0.4",
"camelcase": "3.0.0",
"cjson": "0.3.3",
"colors": "1.1.2",
"common-tags": "^1.3.1",
"css-modules-loader-core": "1.0.0",
"lru-cache": "2.6.4",
"path-is-absolute": "^1.0.0",
"postcss": "5.0.14",
"postcss-modules-extract-imports": "1.0.0",
"postcss-modules-local-by-default": "1.0.1",
"postcss-modules-scope": "1.0.0",
"postcss-modules-values": "1.1.1",
"recursive-readdir": "1.3.0",
"semver": "^5.3.0",
"string-template": "1.0.0"
},
"cssModules": {
"test": true
}
}