-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.23 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.23 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
{
"name": "origin-css",
"version": "1.2.0",
"homepage": "http://fac.github.io/origin",
"author": "FreeAgent",
"scss": "./assets/scss/origin.scss",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fac/origin.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-build-control": "~0.2.2",
"grunt-concurrent": "^2.0.4",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-sass": "^1.1.0",
"grunt-scss-lint": "^0.3.8",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.4.0"
},
"description": "Origin is FreeAgent’s internal CSS framework. We’re a growing team working across a range of different projects and codebases, and making CSS work at scale is hard. Agreed principles, approaches, and patterns mean we can do better work faster. That’s what Origin gives us.",
"bugs": {
"url": "https://github.com/fac/origin/issues"
},
"main": "assets/scss/origin.scss",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"origin",
"css",
"freeagent",
"origincss"
]
}