-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "utility-opentype",
"version": "0.1.4",
"description": "Simple, CSS utility classes for advanced typographic features.",
"homepage": "http://utility-opentype.kennethormandy.com",
"author": "Kenneth Ormandy <[email protected]> (http://kennethormandy.com)",
"repository": "kennethormandy/utility-opentype",
"license": "MIT",
"keywords": [
"css",
"oocss",
"basscss",
"typography",
"opentype",
"font-feature-settings",
"eyeglass-module",
"sass"
],
"ignore": [
"test"
],
"eyeglass": {
"sassDir": "./css/utility-opentype.css",
"name": "utility-opentype",
"needs": "^0.7.x"
},
"devDependencies": {
"assert": "1.3.0",
"autoprefixer": "6.1.2",
"clean-css": "3.4.8",
"css-mixed-properties": "1.1.0",
"css-mqpacker": "4.0.0",
"cssnext": "1.8.4",
"cssstats": "2.1.2",
"eyeglass": "sass-eyeglass/eyeglass#a5ae156",
"filesize": "3.2.1",
"mocha": "2.3.4",
"node-sass": "3.4.2",
"postcss": "5.0.12",
"postcss-move-media": "1.0.0-pre",
"postcss-nested": "1.0.0",
"postcss-reporter": "1.3.3",
"postcss-scss": "0.1.3",
"watch": "0.16.0"
},
"scripts": {
"pretest": "npm run css",
"test": "mocha test",
"css": "node scripts/css",
"start": "npm run css",
"watch:css": "watch 'npm run css' index.css"
}
}