-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "semantic-ui-angular",
"version": "0.0.0",
"description": "Pure AngularJS directives to support Semantic-UI components",
"main": "index.js",
"scripts": {
"postinstall": "node_modules/.bin/tsd install",
"test": "node_modules/karma/bin/karma start",
"test-dev": "./node_modules/karma/bin/karma start --auto-watch --no-single-run",
"build": "rm -rf dist && node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Semantic-Org/Semantic-UI-Angular"
},
"keywords": [
"angularjs",
"semantic-ui",
"directives",
"components",
"typescript"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI-Angular/issues"
},
"homepage": "https://github.com/Semantic-Org/Semantic-UI-Angular#readme",
"devDependencies": {
"angular": "1.4.8",
"angular-mocks": "1.4.8",
"cz-conventional-changelog": "^1.1.5",
"jasmine-core": "2.4.1",
"jquery": "2.2.0",
"jscs": "2.8.0",
"jscs-loader": "0.2.0",
"json-loader": "0.5.4",
"karma": "0.13.19",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.3",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"phantomjs": "1.9.19",
"phantomjs-polyfill": "0.0.1",
"ts-loader": "0.7.2",
"tsd": "0.6.5",
"tslint": "3.2.1",
"tslint-loader": "2.1.0",
"typescript": "1.7.5",
"webpack": "1.12.10"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}