This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
84 lines (84 loc) · 2.01 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "traffic_stops",
"version": "0.0.0",
"description": "The traffic_stops Project",
"main": "",
"engines": {
"node": ">=4.2 <4.3"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp deploy",
"dev": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git@github.com:[ORGANIZATION]/PROJECT_NAME.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/[ORGANIZATION]/PROJECT_NAME/issues"
},
"homepage": "https://github.com/[ORGANIZATION]/PROJECT_NAME#readme",
"dependencies": {},
"devDependencies": {
"@caktus/flexless": "^0.1.1",
"babel-core": "^6.10.4",
"babel-plugin-rewire": "^1.0.0-rc-4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"backbone": "1.1.2",
"bootstrap": "^3.3.6",
"browserify": "^12.0.1",
"chai": "^3.5.0",
"d3": "^3.5.17",
"file-exists": "^1.0.0",
"glob": "^6.0.1",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.2.0",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-istanbul": "^1.0.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-less": "^3.0.5",
"gulp-livereload": "^2.1.1",
"gulp-mocha": "^2.2.0",
"gulp-modernizr": "0.0.0",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"isparta": "^4.0.0",
"istanbul": "^0.4.4",
"jquery": "^2.2.4",
"jsdom": "^9.12.0",
"jsdom-global": "^2.0.0",
"less": "^2.5.3",
"mocha": "^2.5.3",
"nvd3": "1.1.15",
"underscore": "1.7.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1",
"yargs": "^3.31.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}