forked from cos-archives/developer.osf.io-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "developer-osf-io",
"author": "Center for Open Science",
"description": "Developer documentation for the Center for Open Science line of products",
"version": "0.1.0",
"homepage": "https://developer.osf.io/",
"license": "Apache 2.0",
"scripts": {
"build": "gulp",
"serve": "gulp serve",
"prejshint": "gulp",
"jshint": "jshint .",
"pretest": "yarn run jshint",
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/centerforopenscience/developer.osf.io.git"
},
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^2.1.0",
"cors": "^2.5.3",
"docco": "^0.7.0",
"event-stream": "^3.2.2",
"express": "^4.12.0",
"gulp": "^3.8.11",
"gulp-cache-bust": "^1.1.0",
"gulp-buster": "^1.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^3.0.1",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-run": "^1.7.1",
"gulp-uglify": "^1.1.0",
"gulp-watch": "^4.1.1",
"gulp-wrap": "^0.11.0",
"http-server": "git+https://github.com/nodeapps/http-server.git",
"jshint": "2.8.0",
"less": "^2.4.0",
"mocha": "^2.1.0",
"selenium-webdriver": "^2.45.0",
"swagger-client": "git+https://github.com/jensoleg/swagger-js.git",
"swagger-cli": "1.0.0-beta.2"
},
"dependencies": {
"clipboard": "^1.6.0"
}
}