-
Notifications
You must be signed in to change notification settings - Fork 137
/
package.json
66 lines (66 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "labella",
"version": "1.1.4",
"description": "May the force label you.",
"main": "dist/labella.min.js",
"files": [
"dist/*.*"
],
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "~6.3.21",
"babel-loader": "~6.2.0",
"babel-preset-es2015": "~6.3.13",
"bower": "^1.6.5",
"browser-sync": "~2.10.1",
"del": "^2.2.0",
"exports-loader": "^0.6.2",
"gulp": "~3.9.0",
"gulp-gh-pages": "~0.5.4",
"gulp-load-plugins": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.5.1",
"istanbul-instrumenter-loader": "~0.1.3",
"jasmine-core": "~2.4.1",
"json-loader": "~0.5.4",
"json2csv": "^3.1.0",
"karma": "~0.13.15",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "~0.3.6",
"karma-spec-reporter": "~0.0.23",
"karma-webpack": "~1.7.0",
"lodash": "^4.2.1",
"pkgfiles": "^2.3.0",
"promise": "^7.1.1",
"run-sequence": "~1.1.5",
"webpack": "~1.12.9",
"webpack-stream": "~3.1.0",
"yargs": "~3.31.0"
},
"license": "Apache-2.0",
"scripts": {
"start": "gulp --debug",
"test": "karma start --single-run",
"tdd": "karma start",
"build": "gulp build",
"preversion": "npm test",
"version": "npm run build && git add -A dist",
"postversion": "git push ; git push --tags ; pkgfiles",
"prepublish": "pkgfiles"
},
"repository": {
"type": "git",
"url": "https://github.com/twitter/labella.js"
},
"keywords": [
"labella.js",
"labelling",
"visualization",
"javascript"
],
"author": [
"Krist Wongsuphasawat <[email protected]>"
]
}