-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "allmychanges.com",
"version": "1.7.0",
"description": "A cool ChangeLog tracker.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-user-story": "0.0.2",
"gulp-webpack": "^1.5.0",
"jquery": "^2.1.4",
"jquery-sticky": "^1.0.3",
"jquery.cookie": "^1.4.1",
"lodash": "^3.10.1",
"priorityqueuejs": "^1.0.0",
"ramda": "^0.18.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-mdl": "^1.5.4",
"react-tabs": "git+https://github.com/svetlyak40wt/react-tabs.git",
"stream-combiner2": "^1.1.1",
"style-loader": "^0.12.4",
"stylus-loader": "^1.4.0",
"tern": "^0.16.0",
"waypoints": "^4.0.0",
"webpack": "^1.12.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/AllMyChanges/allmychanges.com.git"
},
"author": "Alexander Artemenko",
"license": "BSD",
"bugs": {
"url": "https://github.com/AllMyChanges/allmychanges.com/issues"
},
"homepage": "https://github.com/AllMyChanges/allmychanges.com"
}