-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
{
"name": "speckle-js",
"version": "0.0.10",
"description": "A JavaScript module that adds responsive, stylized speckles to any element; with no dependencies.",
"main": "dist/js/speckle.js",
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp",
"build": "node ./node_modules/gulp/bin/gulp build",
"watch": "node ./node_modules/gulp/bin/gulp watch",
"clean": "node ./node_modules/gulp/bin/gulp clean",
"lint": "node ./node_modules/gulp/bin/gulp lint",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreamsicle-io/speckle.git"
},
"keywords": [
"javascript"
],
"author": "Dreamsicle",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dreamsicle-io/speckle/issues"
},
"homepage": "http://speckle.dreamsicle.io",
"devDependencies": {
"ajv": "^6.2.0",
"babel-core": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"codemirror": "^5.35.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-debug": "^3.2.0",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"jstransformer-markdown-it": "^2.0.0",
"normalize-css": "^2.3.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}