forked from Trowel/Trowel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1016 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
{
"name": "trowel-core",
"version": "4.0.4",
"description": "The most evolving way to write scss code",
"scripts": {
"test": "npm run unit-test && npm run visual-test",
"unit-test": "gulp unit-tests",
"visual-test": "gulp visual-tests",
"start": "gulp watch"
},
"repository": {
"url": "git+https://github.com/Trowel/trowel.git",
"type": "git"
},
"author": "Trowel Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Trowel/trowel/issues"
},
"keywords": [
"scss",
"trowel"
],
"homepage": "https://github.com/Trowel/trowel#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"sassytester": "^1.1.0",
"trowel-buttons": "^0.1.0",
"trowel-drops": "^1.0.0",
"trowel-forms": "^1.0.0"
},
"main": "src/trowel.scss"
}