forked from aniftyco-archive/semantic-ui-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1017 Bytes
/
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
{
"name": "semantic-ui-sass",
"version": "2.4.1",
"description": "Semantic UI, converted to Sass",
"license": "MIT",
"homepage": "http://www.semantic-ui.com",
"repository": "aniftyco/semantic-ui-sass",
"style": "semantic-ui.scss",
"sass": "semantic-ui.scss",
"main": "semantic-ui.js",
"scripts": {
"build": "gulp build",
"test": "gulp test",
"release": "gulp release"
},
"author": {
"name": "NiftyCo",
"email": "[email protected]",
"url": "https://anifty.co"
},
"contributors": [
{
"name": "Josh Manders",
"url": "https://twitter.com/joshmanders"
},
{
"name": "Magnus Nirgi",
"email": "[email protected]"
}
],
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-git": "^2.4.0",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.8",
"run-sequence": "^1.2.2"
}
}