-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "parasite",
"version": "0.0.1",
"description": "General purpose web applications framework",
"main": "build.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/yoel-zeldes/parasite"
},
"author": "Yoel Zeldes",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoel-zeldes/parasite/issues"
},
"homepage": "https://github.com/yoel-zeldes/parasite",
"devDependencies": {
"gulp": "~3.8.10",
"gulp-util": "~3.0.1",
"gulp-concat": "~2.4.2",
"gulp-clean": "~0.3.1",
"gulp-livereload": "~2.1.1",
"gulp-watch": "~3.0.0",
"gulp-plumber": "~0.6.6",
"gulp-inject": "~1.0.2",
"lazypipe": "~0.2.2",
"event-stream": "~3.1.7",
"karma": "~0.12.28",
"gulp-karma": "0.0.4",
"jasmine-core": "~2.1.3",
"karma-jasmine": "~0.3.2",
"karma-phantomjs-launcher": "~0.1.4",
"phantomjs": "~1.9.12"
}
}