-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 995 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
{
"name": "semantic-ui-sass",
"version": "100.100.100",
"description": "Semantic UI, converted to Sass",
"license": "MIT",
"homepage": "http://www.semantic-ui.com",
"repository": "stellaservice/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.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"del": "^6",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-insert": "^0.5.0",
"gulp-replace": "^1.1.4",
"gulp-util": "^3.0.8"
}
}