-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.53 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
{
"name": "gln-site",
"version": "1.0.0",
"description": "Website accompanying the Global Language Network Paper",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/MacroConnections/gln-site"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MacroConnections/gln-site/issues"
},
"homepage": "http://language.media.mit.edu",
"dependencies": {
"angular": "^1.3.0",
"angular-route": "^1.3.0",
"d3": "^3.4.13",
"jquery": "^2.1.1",
"underscore": "^1.7.0"
},
"devDependencies": {
"browserify": "^6.1.0",
"browserify-shim": "^3.8.0",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"connect-livereload": "^0.5.0",
"d3plus": "^1.6.3",
"express": "^4.10.0",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^1.0.1",
"gulp-browserify": "^0.5.0",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.1",
"gulp-livereload": "^2.1.1",
"gulp-ng-annotate": "^0.3.3",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jquery": "^2.1.1",
"node-sass": "^3.4.2",
"run-sequence": "^1.0.1",
"vinyl-source-stream": "^1.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"angular": "./node_modules/angular/angular.js",
"d3plus": "./dist/scripts/lib/d3plus.min.js"
},
"browserify-shim": {
"angular": "angular",
"d3plus": "d3plus"
}
}