-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "webicon",
"description": "Icon library",
"version": "0.10.7",
"repository": {
"url": "git://github.com/icons8/webicon.git"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-connect": "^2.2.0",
"run-sequence": "^1.0.2",
"gulp-uglify": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-concat": "^2.5.2",
"gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1",
"merge-stream": "^0.1.7",
"yargs": "^3.6.0",
"del": "^1.1.1",
"jquery": "^3.0.0",
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"jasmine-core": "^2.2.0",
"jasmine-ajax": "^3.1.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-opera-launcher": "^0.1.0",
"karma-mocha-reporter": "^1.0.2",
"cheerio": "^0.19.0"
},
"scripts": {
"dev": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/gulp test",
"build": "./node_modules/.bin/gulp build --no-debug"
}
}