-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "css-flags",
"version": "0.0.1",
"description": "Flags of the world in pure CSS in only one div",
"author": "Tim \"pixelastic\" Carry",
"private": true,
"repository": {
"type": "git",
"url": "ssh://git@github.com:pixelastic/css-flags.git"
},
"bugs": {
"url": "https://github.com/pixelastic/css-flags/issues"
},
"engines": {
"node": "0.10.21",
"npm": "1.3.11"
},
"scripts": {
"build": "./scripts/build",
"serve": "./scripts/serve",
"fonts": "npm run fonts:svg && npm run fonts:ttf && npm run fonts:woff",
"fonts:svg": "babel-node ./scripts/fonts_svg.js",
"fonts:ttf": "./scripts/fonts_ttf",
"fonts:woff": "./scripts/fonts_woff",
"lint:js": "eslint ./scripts/*.js",
"deploy": "./scripts/deploy",
"postinstall": "./scripts/postinstall",
"test": "casperjs tests/testsuite.js",
"algolia": "babel-node ./scripts/algolia.js"
},
"devDependencies": {
"algoliasearch": "^3.14.6",
"auto-reload-brunch": "2.0.0",
"autoprefixer": "^6.3.6",
"babel": "^5.8.29",
"babel-brunch": "6.0.2",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^3.4.1",
"brunch": "2.4.2",
"cssnano": "^3.7.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-config-algolia": "^4.5.0",
"eslint-plugin-algolia": "^1.5.0",
"eslint-plugin-react": "^3.11.3",
"gh-pages": "^0.8.0",
"glob": "^7.0.5",
"lodash": "^4.13.1",
"phantomcss": "^0.11.0",
"postcss-brunch": "^0.5.0",
"postcss-round-subpixels": "^1.2.0",
"sass-brunch": "^2.10.4",
"svg2ttf": "4.0.1",
"svgicons2svgfont": "^5.0.0",
"to-factory": "^1.0.0",
"ttf2woff": "2.0.1",
"x-ray": "^2.0.2",
"xray": "^0.5.0"
},
"dependencies": {
"normalize.css": "3.0.3"
}
}