-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.21 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
{
"name": "jscore",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:utech/jscore.exploretalent.com.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"aliasify": "^1.5.1",
"browser-sync": "^2.2.1",
"browserify": "^9.0.3",
"browserify-istanbul": "^0.2.0",
"crossroads": "^0.12.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-load-plugins": "^0.8.1",
"gulp-sass": "^1.3.3",
"jasmine-core": "^2.2.0",
"jquery": "^2.1.3",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-coverage": "0.2.6",
"karma-jasmine": "^0.3.5",
"karma-jshint": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.16",
"lodash": "^3.3.1",
"require-dir": "^0.1.0",
"require-globify": "^1.1.0",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.0.0"
},
"browserify": {
"debug": true,
"transform": [
"require-globify",
"aliasify"
]
},
"aliasify": {
"aliases": {
"src": "./src",
"test": "./test"
}
}
}